diff options
| author | kitty <nepeta@canaglie.net> | 2026-04-21 15:05:17 +1000 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-04-21 15:05:17 +1000 |
| commit | 91da2eec88a22ab89f9d8c268a64d04609b3bf84 (patch) | |
| tree | 76d7303723da873fb8bd9eaf2870229b1fbeefe0 /Makefile | |
| parent | 0679398f598f70056d19f2b80e61a2d37c4c7444 (diff) | |
run tests from makefile and clarify license
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
