From 670a9729fdd425c1b920f8af1c582dfeceb9e721 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 28 Mar 2024 15:18:15 -0400 Subject: Change run script to test all --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index d1a2c46..0b25a68 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,8 +7,8 @@ src_files := $(wildcard *.tnsl) obj_files := $(src_files:.tnsl=.o) out_files := $(src_files:.tnsl=.out) +.PHONY: all outdir clean all: outdir $(out_files) -.PHONY: all test %.asm: %.tnsl ../ctc $< $(obj_dir)/$@ -- cgit v1.2.3