aboutsummaryrefslogtreecommitdiffstats
path: root/src/firecfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/firecfg/Makefile')
-rw-r--r--src/firecfg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firecfg/Makefile b/src/firecfg/Makefile
index 3b0daed71..f40d96ebe 100644
--- a/src/firecfg/Makefile
+++ b/src/firecfg/Makefile
@@ -1,7 +1,9 @@
1ROOT = ../..
2-include $(ROOT)/config.mk
3
1.PHONY: all 4.PHONY: all
2all: firecfg 5all: firecfg
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/euid_common.h ../include/libnetlink.h ../include/firejail_user.h ../include/pid.h $(ROOT)/config.mk 9%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/euid_common.h ../include/libnetlink.h ../include/firejail_user.h ../include/pid.h $(ROOT)/config.mk