aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-09-16 07:34:44 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-09-16 12:05:09 +0100
commit1ef0d697a62eff28115d6642c850ba4d01ef6a89 (patch)
tree23d7fdb24453a3a1378f81d021567616492bbdbd /Makefile
parent290c74b70661bcde314f73fde2be888e5aed47e0 (diff)
downloadubox-msx-lib-1ef0d697a62eff28115d6642c850ba4d01ef6a89.tar.gz
ubox-msx-lib-1ef0d697a62eff28115d6642c850ba4d01ef6a89.zip
Added CAS support to the example game
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e97a66c..b467286 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,10 @@ game: bin libs
make -C tools
make -C game all
+game-cas: bin libs
+ make -C tools
+ make -C game cas
+
test: game
make -C tests test
@@ -32,7 +36,7 @@ ap:
bin/apultra: bin
make -C tools ../bin/apultra
-.PHONY: clean cleanall docs libs game
+.PHONY: clean cleanall docs libs game game-cas
clean:
make -C src/ubox clean
make -C src/spman clean