From f0c5408f486741a092be0b984ca5bdeb410fae5b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 28 Jan 2024 14:06:09 -0800 Subject: add uncurry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc940c6..c24ca25 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit