zap also deletes *.ser and *.mou files
git-svn-id: svn://svn.cc65.org/cc65/trunk@3151 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
413a58a418
commit
449e602e12
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ zap: clean
|
|||
@for i in cbm common conio dbg em joystick mouse runtime tgi zlib $(ALLTARGETS); do\
|
||||
$(MAKE) -C $$i zap; \
|
||||
done
|
||||
@$(RM) *.o *.emd *.joy *.lib *.tgi
|
||||
@$(RM) *.o *.emd *.joy *.lib *.tgi *.ser *.mou
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue