aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Makefile')
-rw-r--r--src/lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile
index ff1cfcf74..121aae4bd 100644
--- a/src/lib/Makefile
+++ b/src/lib/Makefile
@@ -1,8 +1,10 @@
1ROOT = ../.. 1ROOT = ../..
2-include $(ROOT)/config.mk 2-include $(ROOT)/config.mk
3 3
4TARGET = lib
5
4.PHONY: all 6.PHONY: all
5all: lib 7all: $(TARGET)
6 8
7include $(ROOT)/src/common.mk 9include $(ROOT)/src/common.mk
8 10