diff options
| author | 2025-03-09 13:14:43 -0500 | |
|---|---|---|
| committer | 2025-03-09 13:14:43 -0500 | |
| commit | 08671a017af71611bf9e2d07851a9d58bca24b56 (patch) | |
| tree | e16c0e750f6f744717812e97db37508ce221fe4a /bin | |
| parent | Update janet-pm to be able to install joy from scratch. (diff) | |
Allow building custom targets.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/janet-pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/janet-pm b/bin/janet-pm index d8aaec4..e711dee 100755 --- a/bin/janet-pm +++ b/bin/janet-pm @@ -74,8 +74,8 @@ (print help-text)) (defn build - [] - (pm/local-hook "build")) + [&opt target] + (pm/local-hook "build" target)) (defn clean [] |
