diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ all: XXMakefile install: XXMakefile make -f XXMakefile install +install-scripts: XXMakefile + make -f XXMakefile install-scripts + uninstall: XXMakefile make -f XXMakefile uninstall |