diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:01:05 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-09 09:01:05 +0000 |
commit | 9bcf1e97960c0da7322a868efdbc07e2650716fe (patch) | |
tree | de6d32ad5b0e567991bd3eb262902c15a77074d9 /tools/Makefile | |
parent | 3b31adf01305e522f7e28c1435fb47418ce43267 (diff) | |
download | ubox-msx-lib-9bcf1e97960c0da7322a868efdbc07e2650716fe.tar.gz ubox-msx-lib-9bcf1e97960c0da7322a868efdbc07e2650716fe.zip |
Extra libs: ap.lib
aPLib support with apultra.
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 6223252..1c72392 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -BIN=../bin/hex2bin ../bin/rasm +BIN=../bin/hex2bin ../bin/rasm ../bin/apultra all: $(BIN) @@ -11,6 +11,9 @@ all: $(BIN) ../bin/rasm: make -C rasm +../bin/apultra: + make -C apultra + .PHONY: all clean clean: make -C hex2bin-2.0 cleanall |