mirror of
https://github.com/janet-lang/janet
synced 2026-09-21 08:30:03 +00:00
Move examples to example directory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user