aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8fe9321f..e9f11cfc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,14 @@
ifeq ($(wildcard config.mk),)
all: config.mk
$(MAKE) all
+install: config.mk
+ $(MAKE) install
+install-files: config.mk
+ $(MAKE) install-files
+install-lib: config.mk
+ $(MAKE) install-lib
+test: config.mk
+ $(MAKE) test
config.mk: configure.sh
bash ./configure.sh
else