aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-22 12:47:24 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-24 13:18:43 -0300
commit64c5ebaf0b2ebffaa41c0707a2613e7f53954bf8 (patch)
tree611e0e060c48d17fcbf439e114747ec7176bb89d /Makefile
parentbuild: format DISTFILES / DISTFILES_TEST (diff)
downloadfirejail-64c5ebaf0b2ebffaa41c0707a2613e7f53954bf8.tar.gz
firejail-64c5ebaf0b2ebffaa41c0707a2613e7f53954bf8.tar.zst
firejail-64c5ebaf0b2ebffaa41c0707a2613e7f53954bf8.zip
build: sort DISTFILES_TEST
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index a473363d5..bf0438228 100644
--- a/Makefile
+++ b/Makefile
@@ -316,17 +316,17 @@ DISTFILES_TEST = \
316 test/apps-x11 \ 316 test/apps-x11 \
317 test/apps-x11-xorg \ 317 test/apps-x11-xorg \
318 test/capabilities \ 318 test/capabilities \
319 test/private-lib \
320 test/fnetfilter \
321 test/fcopy \
322 test/environment \
323 test/profiles \
324 test/utils \
325 test/compile \ 319 test/compile \
320 test/environment \
321 test/fcopy \
326 test/filters \ 322 test/filters \
327 test/network \ 323 test/fnetfilter \
328 test/fs \ 324 test/fs \
329 test/sysutils 325 test/network \
326 test/private-lib \
327 test/profiles \
328 test/sysutils \
329 test/utils
330 330
331.PHONY: dist 331.PHONY: dist
332dist: config.mk 332dist: config.mk