1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 23:23:16 +00:00

Remove some makefile crust from older scripts.

This commit is contained in:
Calvin Rose 2019-02-24 14:25:04 -05:00
parent 9495be328c
commit 92a5567b4a

View File

@ -244,5 +244,4 @@ uninstall:
-rm -rf $(INCLUDEDIR) -rm -rf $(INCLUDEDIR)
.PHONY: clean install repl debug valgrind test amalg \ .PHONY: clean install repl debug valgrind test amalg \
valtest emscripten dist uninstall docs grammar format \ valtest emscripten dist uninstall docs grammar format
$(TEST_PROGRAM_PHONIES) $(TEST_PROGRAM_VALPHONIES)