Delete the auto-generated .inc files for target zap
git-svn-id: svn://svn.cc65.org/cc65/trunk@3634 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
609ae3aca1
commit
d71265e363
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ clean:
|
||||||
rm -f *~ core *.lst
|
rm -f *~ core *.lst
|
||||||
|
|
||||||
zap: clean
|
zap: clean
|
||||||
rm -f *.o $(EXECS) .depend
|
rm -f *.o $(EXECS) $(INCS) .depend
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Make the dependencies
|
# Make the dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue