From 1ef0d697a62eff28115d6642c850ba4d01ef6a89 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 16 Sep 2022 07:34:44 +0100 Subject: Added CAS support to the example game --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3