diff options
| author | 2025-10-11 16:11:05 +0100 | |
|---|---|---|
| committer | 2025-10-11 16:11:05 +0100 | |
| commit | 56027227fb92815f76f242625ed43e140f7a0269 (patch) | |
| tree | a74b23bf3df95fc7926a951190eea8709d31451d /Makefile | |
| parent | Fix dependencies and variable names in Makefile (diff) | |
Add missing phony targets and documentation for install-{jpm,spork}-git
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -414,9 +414,6 @@ clean: -rm -rf build vgcore.* callgrind.* -rm -rf test/install/build test/install/modpath -test-install: - echo "JPM has been removed from default install." - help: @echo @echo 'Janet: A Dynamic Language & Bytecode VM' @@ -438,6 +435,9 @@ help: @echo " make format Format Janet's own source files" @echo ' make grammar Generate a TextMate language grammar' @echo + @echo ' make install-jpm-git Install jpm into the current filesystem' + @echo ' make install-spork-git Install spork into the current filesystem' + @echo -.PHONY: clean install repl debug valgrind test \ +.PHONY: clean install install-jpm-git install-spork-git repl debug valgrind test \ valtest dist uninstall docs grammar format help compile-commands |
