diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-25 15:57:10 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-25 15:57:10 +0000 |
commit | f2e34f162af326aace8ca6d9d0ca26e1159b3706 (patch) | |
tree | afcea0dee7cba7ec9d514fa56c6107b35af28dde /tools | |
parent | 6b884b930a9e1b7016f4e1a8967466cb9536ce45 (diff) | |
download | ubox-msx-lib-f2e34f162af326aace8ca6d9d0ca26e1159b3706.tar.gz ubox-msx-lib-f2e34f162af326aace8ca6d9d0ca26e1159b3706.zip |
Reviewed makefiles
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 58b23f1..328b5a1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -BIN=../bin/hex2bin ../bin/rasm ../bin/apultra +BIN := ../bin/hex2bin ../bin/rasm ../bin/apultra all: $(BIN) |