From 0b0659ec65c8167548c3f32707b5bde249d6a458 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 25 Jun 2024 00:20:04 -0400 Subject: Fix inline string literals in modules --- tests/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 909b750..4365af7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,9 +7,12 @@ src_files := $(wildcard *.tnsl) obj_files := $(src_files:.tnsl=.o) out_files := $(src_files:.tnsl=.out) -.PHONY: all outdir clean +.PHONY: all run outdir clean all: outdir $(out_files) +run: all + ./run.sh + %.asm: %.tnsl @../ctc $< $(obj_dir)/$@ -- cgit v1.2.3