aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-09 13:37:15 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-09 14:43:26 -0500
commit529a275c3c55e84e0a7a0144d0040bcea36ddda6 (patch)
tree9634c3e7a8354442258971d15a75beab811d5aab /bin
parentAllow building custom targets. (diff)
More fixes.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/janet-pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/janet-pm b/bin/janet-pm
index e711dee..9f63094 100755
--- a/bin/janet-pm
+++ b/bin/janet-pm
@@ -75,7 +75,7 @@
(defn build
[&opt target]
- (pm/local-hook "build" target))
+ (pm/local-hook "build" @{} target))
(defn clean
[]