Update make clean in the makefile. the autogenerated files should be deleted.

This commit is contained in:
Wilco Baan Hofman 2012-08-01 03:33:18 +02:00
parent ad758df90b
commit df7f98bc6f

View file

@ -22,6 +22,8 @@ clean:
rm -f $(binaries) rm -f $(binaries)
rm -f $(OBJ) rm -f $(OBJ)
rm -f $(OBJ:.o=.d) rm -f $(OBJ:.o=.d)
rm -f ndr_*.[ch]
rm -f secip.h
distclean: clean distclean: clean
rm -f tags rm -f tags