diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-18 19:16:59 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-18 19:16:59 +0000 |
commit | 71124479ed9f7e88f7b11f3ad4175000e2f21c4e (patch) | |
tree | 7fe95b7cd81c96839f97ac514997652c2513f3b5 /tools/Makefile | |
parent | 97ba35b1bc0719dc3b0c981534de196c3d68d1a5 (diff) | |
download | ubox-msx-lib-71124479ed9f7e88f7b11f3ad4175000e2f21c4e.tar.gz ubox-msx-lib-71124479ed9f7e88f7b11f3ad4175000e2f21c4e.zip |
Better windows support
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1c72392..58b23f1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,6 @@ all: $(BIN) ../bin/hex2bin: mkdir -p hex2bin-2.0/bin make -C hex2bin-2.0 - cp hex2bin-2.0/bin/hex2bin ../bin make -C hex2bin-2.0 cleanall ../bin/rasm: |