diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 64f902d..fdc3eb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,9 @@ LD=afl-cc BIN=../bin -.PHONY: masm mld msim +.PHONY: all masm mld msim + +all: masm mld msim masm: make -C ../masm clean build CC=$(CC) LD=$(LD) |