summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-28 15:18:15 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-03-28 15:18:15 -0400
commit670a9729fdd425c1b920f8af1c582dfeceb9e721 (patch)
tree2f86fc482e2f65718774add9477cf0c3b7ba8808 /tests/Makefile
parent45762bced35335cdb4d51f65cef6d405b88b252a (diff)
Change run script to test all
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
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)/$@