File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 99# # Version number:
1010# # (Note: Any alphabetic chars should be uppercase!)
1111VERSION =0.1-BETA1
12+
13+ # # Run "tools/release.sh" to generate a release ZIP file
14+ # # (it will be named based on VERSION above,
15+ # # and the date (not from below)).
16+
17+ # # Version date:
1218DATE =${shell /usr/bin/date +"%Y-%m-%d"}
1319
20+
1421# # Binaries:
1522CC65BIN =/usr/bin
1623CC65 =${CC65BIN}/cc65
@@ -51,15 +58,15 @@ run-disk: firefite.atr
5158clean : clean-intermediate
5259 -rm firefite.xex
5360 -rm firefite.atr
54- -rm disk/FIREFITE.AR0
55- -rm disk/README.txt
5661
5762clean-intermediate :
5863 -rm obj/* .o
5964 -rm asm/* .s
6065 -rm firefite.map
6166 -rm data/levels.dat
6267 -rm firefths.xex
68+ -rm disk/FIREFITE.AR0
69+ -rm disk/README.txt
6370
6471
6572# # Files to generate:
You can’t perform that action at this time.
0 commit comments