mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Make sure the zap target is available
git-svn-id: svn://svn.cc65.org/cc65/trunk@1932 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -63,6 +63,8 @@ EMDS = cbm510-ram.emd
|
||||
#--------------------------------------------------------------------------
|
||||
# Targets
|
||||
|
||||
.PHONY: all clean zap
|
||||
|
||||
all: $(OBJS) $(EMDS) $(TGIS)
|
||||
|
||||
../runtime/zeropage.o:
|
||||
@@ -71,3 +73,6 @@ all: $(OBJS) $(EMDS) $(TGIS)
|
||||
clean:
|
||||
@rm -f $(OBJS) $(EMDS:.emd=.o) $(TGIS:.tgi=.o)
|
||||
|
||||
zap: clean
|
||||
@rm -f $(EMDS) $(JOYS) $(TGIS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user