Move examples to example directory.

This commit is contained in:
Calvin Rose
2022-06-17 17:24:52 -05:00
parent 62fc55fc74
commit 40e9430278
6 changed files with 4 additions and 62 deletions
+1 -4
View File
@@ -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