diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-15 21:36:03 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-15 21:36:03 -0800 |
commit | 640f9a3f5be5528dd4f8ed658cfe4d06d833e4c9 (patch) | |
tree | ada8aa70f2f162324033fd2bf47890449525d244 /Makefile | |
parent | f5f261968de27ecdd2eacedc6255da115e7b43cb (diff) |
make other thing readme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |