aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-21 12:14:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-21 12:22:10 -0300
commit6ece8cec3d1327872bd655899ccb34f92f911608 (patch)
tree7af7fa201ff4e20e1ec2ae47018505a65375de24 /test
parentMerge pull request #5859 from kmk3/build-remove-retpoline (diff)
downloadfirejail-6ece8cec3d1327872bd655899ccb34f92f911608.tar.gz
firejail-6ece8cec3d1327872bd655899ccb34f92f911608.tar.zst
firejail-6ece8cec3d1327872bd655899ccb34f92f911608.zip
build: standardize commands on top of makefiles
To make the makefiles look more similar.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2c376da58..2f023b8b1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,6 @@
1ROOT = ..
2-include $(ROOT)/config.mk
3
1TESTS=$(patsubst %/,%,$(wildcard */)) 4TESTS=$(patsubst %/,%,$(wildcard */))
2 5
3.PHONY: $(TESTS) 6.PHONY: $(TESTS)