summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-01-09 09:01:05 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-01-09 09:01:05 +0000
commit9bcf1e97960c0da7322a868efdbc07e2650716fe (patch)
treede6d32ad5b0e567991bd3eb262902c15a77074d9 /Makefile
parent3b31adf01305e522f7e28c1435fb47418ce43267 (diff)
downloadubox-msx-lib-9bcf1e97960c0da7322a868efdbc07e2650716fe.tar.gz
ubox-msx-lib-9bcf1e97960c0da7322a868efdbc07e2650716fe.zip
Extra libs: ap.lib
aPLib support with apultra.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f84961..c93b3a6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: libs
export PATH := $(shell realpath ./bin):$(PATH)
-libs: lib ubox spman mplayer
+libs: lib ubox spman mplayer ap
game: bin libs
make -C tools
@@ -20,11 +20,18 @@ spman:
mplayer:
make -C src/mplayer
+ap:
+ make -C src/ap
+
+bin/apultra: bin
+ make -C tools ../bin/apultra
+
.PHONY: clean cleanall docs libs game
clean:
make -C src/ubox clean
make -C src/spman clean
make -C src/mplayer clean
+ make -C src/ap clean
make -C game clean
lib: