From 640f9a3f5be5528dd4f8ed658cfe4d06d833e4c9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 15 Jan 2024 21:36:03 -0800 Subject: make other thing readme --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74ffb56..dc940c6 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ clean: install: cp $(TARGET) /usr/local/bin/ + mkdir -p /usr/local/lib/share/stem/ + cp -r stemlib/ /usr/local/share/stem/stdlib/ doc: doxygen -- cgit