aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-29 22:54:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-21 16:59:43 -0300
commit72345b7305e1cc7e079c83d805f3af979d7493cd (patch)
tree96cccb324b48b6a06a24c272ae25482d476365b7 /Makefile
parentMakefile: put the all target after variables (diff)
downloadfirejail-72345b7305e1cc7e079c83d805f3af979d7493cd.tar.gz
firejail-72345b7305e1cc7e079c83d805f3af979d7493cd.tar.zst
firejail-72345b7305e1cc7e079c83d805f3af979d7493cd.zip
makefiles: include config.mk directly
Instead of including it through src/common.mk. This allows each makefile to directly override any value defined in config.mk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e7909089..843ccd5ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
1ROOT = .
1-include config.mk 2-include config.mk
2 3
3ifneq ($(HAVE_MAN),no) 4ifneq ($(HAVE_MAN),no)