aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorjpaquim <joaopaquim@gmail.com>2025-10-11 16:11:05 +0100
committerjpaquim <joaopaquim@gmail.com>2025-10-11 16:11:05 +0100
commit56027227fb92815f76f242625ed43e140f7a0269 (patch)
treea74b23bf3df95fc7926a951190eea8709d31451d /Makefile
parentFix 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--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index bf7a2b51..c3594507 100644
--- a/Makefile
+++ b/Makefile
@@ -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