diff options
| author | 2025-03-09 13:37:15 -0500 | |
|---|---|---|
| committer | 2025-03-09 14:43:26 -0500 | |
| commit | 529a275c3c55e84e0a7a0144d0040bcea36ddda6 (patch) | |
| tree | 9634c3e7a8354442258971d15a75beab811d5aab /bin | |
| parent | Allow building custom targets. (diff) | |
More fixes.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/janet-pm | 2 |
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 [] |
