aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-21 18:46:48 +0000
committerLibravatar GitHub <noreply@github.com>2023-06-21 18:46:48 +0000
commit1003dee6ff0de20950511d50fa7ab184091e54af (patch)
treee8208431ad13c779b428eeae14a82d0d28e9c80e /test/Makefile
parentMerge pull request #5859 from kmk3/build-remove-retpoline (diff)
parentbuild: disable all built-in implicit make rules (diff)
downloadfirejail-1003dee6ff0de20950511d50fa7ab184091e54af.tar.gz
firejail-1003dee6ff0de20950511d50fa7ab184091e54af.tar.zst
firejail-1003dee6ff0de20950511d50fa7ab184091e54af.zip
Merge pull request #5864 from kmk3/build-reduce-implicit
build: disable all built-in implicit make rules
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c376da58..02a628928 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,9 @@
1.SUFFIXES:
2MAKEFLAGS += -r
3
4ROOT = ..
5-include $(ROOT)/config.mk
6
1TESTS=$(patsubst %/,%,$(wildcard */)) 7TESTS=$(patsubst %/,%,$(wildcard */))
2 8
3.PHONY: $(TESTS) 9.PHONY: $(TESTS)