From c24fa035ce6316503fbdca59784c2675c773ac66 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Sep 2024 15:11:02 -0400 Subject: update tests --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Makefile') 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) -- cgit v1.2.3-freya