From 91da2eec88a22ab89f9d8c268a64d04609b3bf84 Mon Sep 17 00:00:00 2001 From: kitty Date: Tue, 21 Apr 2026 15:05:17 +1000 Subject: run tests from makefile and clarify license --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24ae28f..40d1efa 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,7 @@ $(TARGET).o: $(SRCS) $(FTHS) .PHONY: clean clean: -rm -f $(TARGET) $(TARGET).o + +.PHONY: test +test: $(TARGET) + echo 'include test.fs bye' | ./$(TARGET) -- cgit v1.2.3