From 1e95a76aa28df41b36c1ec41e24287d6c1b4065b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 28 Jan 2024 19:55:11 -0800 Subject: fix bugs found by emailer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit