diff options
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)/$@ |