diff --git a/Makefile b/Makefile index 68f513d..5e3bbe2 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ clean: rm -f $(binaries) rm -f $(OBJ) rm -f $(OBJ:.o=.d) + rm -f ndr_*.[ch] + rm -f secip.h distclean: clean rm -f tags