diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ dist: cd build; make package_source mv build/muse-*.tar.gz . +install: + cd build; make install + # # this creates a shell archive / installer for # MusE binary |