Update make clean in the makefile. the autogenerated files should be deleted.
This commit is contained in:
parent
ad758df90b
commit
df7f98bc6f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue