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:
cuz 2005-09-10 12:22:23 +00:00
parent 609ae3aca1
commit d71265e363

View file

@ -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