Commit 7c242221 authored by Andrew Price's avatar Andrew Price
Browse files

Remove nonce-def.h in make clean

parent 253cffef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ install: all
	install -d $(DESTDIR)$(STATEDIR)

clean:
	-rm -f *.o *.d nonce.h mw mwserv libmw.a
	-rm -f *.o *.d nonce-def.h mw mwserv libmw.a

cleanall: clean
	$(MAKE) -C client clean