diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-03-28 15:18:15 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-03-28 15:18:15 -0400 |
commit | 670a9729fdd425c1b920f8af1c582dfeceb9e721 (patch) | |
tree | 2f86fc482e2f65718774add9477cf0c3b7ba8808 /tests/Makefile | |
parent | 45762bced35335cdb4d51f65cef6d405b88b252a (diff) |
Change run script to test all
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)/$@ |