From 60dc2fefdfe2e311c656a3a3e9c6260f06d889ff Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 24 Dec 2018 00:02:35 +0100 Subject: Nicer output, add CI --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4dbdac..4cbd9d9 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ CLM:=clm -CLMFLAGS:=-IL Platform +CLMFLAGS:=-IL Platform -nr -nt BIN:=sjit all: $(BIN) +test: $(BIN) + ./$< + $(BIN): %: %.icl Clean\ System\ Files/sjit_c.o .FORCE $(CLM) $(CLMFLAGS) $@ -o $@ @@ -15,6 +18,6 @@ Clean\ System\ Files/sjit_c.o: sjit_c.c clean: $(RM) -r $(BIN) Clean\ System\ Files -.PHONY: all clean +.PHONY: all test clean .FORCE: -- cgit v1.2.3