diff options
| author | 2022-06-17 17:24:52 -0500 | |
|---|---|---|
| committer | 2022-06-17 17:24:52 -0500 | |
| commit | 40e943027866f4bc126d0a57a15014a50644f665 (patch) | |
| tree | 2e4e32e567578471c960f185cbfd0d8e02eeab7b /Makefile | |
| parent | Remove pthread.h from janet.h (diff) | |
Move examples to example directory.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
