aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-06-17 17:24:52 -0500
committerCalvin Rose <calsrose@gmail.com>2022-06-17 17:24:52 -0500
commit40e943027866f4bc126d0a57a15014a50644f665 (patch)
tree2e4e32e567578471c960f185cbfd0d8e02eeab7b /Makefile
parentRemove pthread.h from janet.h (diff)
Move examples to example directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ad562ee7..dd8e0f25 100644
--- a/Makefile
+++ b/Makefile
@@ -227,9 +227,6 @@ valtest: $(JANET_TARGET) $(TEST_PROGRAMS)
callgrind: $(JANET_TARGET)
for f in test/suite*.janet; do valgrind --tool=callgrind ./$(JANET_TARGET) "$$f" || exit; done
-ffitest: $(JANET_TARGET)
- $(JANET_TARGET) ffitest/test.janet
-
########################
##### Distribution #####
########################
@@ -370,5 +367,5 @@ help:
@echo ' make grammar Generate a TextMate language grammar'
@echo
-.PHONY: clean install repl debug valgrind test ffitest \
+.PHONY: clean install repl debug valgrind test \
valtest dist uninstall docs grammar format help compile-commands