Create zip file.

This commit is contained in:
Oliver Schmidt
2014-03-09 00:19:57 +01:00
parent 2adfd3f49f
commit 80ca7eb4e4
5 changed files with 34 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ PROGS = ar65 \
sim65 \
sp65
.PHONY: all mostlyclean clean install avail unavail bin $(PROGS)
.PHONY: all mostlyclean clean install zip avail unavail bin $(PROGS)
.SUFFIXES:
@@ -97,6 +97,9 @@ unavail:
endif # CMD_EXE
zip:
cd .. && zip cc65 bin/*
define OBJS_template
$1_OBJS := $$(patsubst %.c,../wrk/%.o,$$(wildcard $1/*.c))