mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 20:31:31 +00:00
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
@ -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…
Reference in New Issue
Block a user