aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f756399..651bea7 100644
--- a/Makefile
+++ b/Makefile
@@ -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