summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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)