diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-28 14:06:09 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-28 14:06:09 -0800 |
commit | f0c5408f486741a092be0b984ca5bdeb410fae5b (patch) | |
tree | 01e99293a9f1527b1db58749acc0a301af762fc1 /Makefile | |
parent | a6664e5cca5fb7d681789f22457f24a9ab6c38b5 (diff) |
add uncurry
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ clean: install: cp $(TARGET) /usr/local/bin/ mkdir -p /usr/local/lib/share/stem/ - cp -r stemlib/ /usr/local/share/stem/stdlib/ + cp -r stemlib/ /usr/local/share/stem/ doc: doxygen |