diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-30 15:11:02 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-30 15:11:02 -0400 |
commit | c24fa035ce6316503fbdca59784c2675c773ac66 (patch) | |
tree | 79d69bdb286f769b16dd2869948bd128a0ea5ab0 /test/Makefile | |
parent | remove inv instructions (diff) | |
download | mips-c24fa035ce6316503fbdca59784c2675c773ac66.tar.gz mips-c24fa035ce6316503fbdca59784c2675c773ac66.tar.bz2 mips-c24fa035ce6316503fbdca59784c2675c773ac66.zip |
update tests
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) |