aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-28 19:55:11 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-28 19:55:11 -0800
commit1e95a76aa28df41b36c1ec41e24287d6c1b4065b (patch)
tree8f7a4aa5867369f17fa347fdad759413c8bd0ba9 /Makefile
parent9d84cacb1ccdc9822d16f0fb5531f79d5770349f (diff)
fix bugs found by emailer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c24ca25..242e93f 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ clean:
install:
cp $(TARGET) /usr/local/bin/
- mkdir -p /usr/local/lib/share/stem/
+ mkdir -p /usr/local/share/stem/
cp -r stemlib/ /usr/local/share/stem/
doc: