aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firemon/Makefile b/src/firemon/Makefile
index b2d2f4d14..19828a2da 100644
--- a/src/firemon/Makefile
+++ b/src/firemon/Makefile
@@ -1,7 +1,9 @@
1ROOT = ../..
2-include $(ROOT)/config.mk
3
1.PHONY: all 4.PHONY: all
2all: firemon 5all: firemon
3 6
4ROOT = ../..
5include $(ROOT)/src/common.mk 7include $(ROOT)/src/common.mk
6 8
7%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/pid.h $(ROOT)/config.mk 9%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/pid.h $(ROOT)/config.mk