diff options
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 |