aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-24 11:48:09 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-24 11:54:15 -0300
commitc0c284e33c9f3cc103be19fe1b35fd642ffef3f2 (patch)
tree07edd4c0fddf870006ea98392b997d7c2ac5e0a3 /test
parentMerge pull request #5847 from pirate486743186/update-lobster-profile (diff)
downloadfirejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.tar.gz
firejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.tar.zst
firejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.zip
build: move MAKEFLAGS to config.mk.in
To reduce the amount of boilerplate in the makefiles. This amends commit 9789c263a ("build: disable all built-in implicit make rules", 2023-06-21) / PR #5864.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 02a628928..08462c09b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,4 @@
1.SUFFIXES: 1.SUFFIXES:
2MAKEFLAGS += -r
3
4ROOT = .. 2ROOT = ..
5-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
6 4