aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b18d07e..58db3ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+include config.mk
+
export CFLAGS += -Wall
all:
@@ -5,6 +7,11 @@ all:
make -C alarmd
make -C alarm-tools
+install:
+ make -C lib install
+ make -C alarmd install
+ make -C alarm-tools install
+
clean:
make -C lib clean
make -C alarmd clean