aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-23 04:40:11 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-27 09:33:23 -0300
commite0e597ab55c6dc7c3db7accd3be3a472642fa346 (patch)
tree06ff377f4c4e65d66ba5e667007ac772833f4e23 /Makefile
parentbuild: make dist depend on just clean (diff)
downloadfirejail-e0e597ab55c6dc7c3db7accd3be3a472642fa346.tar.gz
firejail-e0e597ab55c6dc7c3db7accd3be3a472642fa346.tar.zst
firejail-e0e597ab55c6dc7c3db7accd3be3a472642fa346.zip
build: make asc use config.sh
Similarly to mkdeb.sh. Relates to #5140.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4551ebad2..6e3593d20 100644
--- a/Makefile
+++ b/Makefile
@@ -339,8 +339,8 @@ dist: clean config.mk
339 rm -fr $(TARNAME)-$(VERSION) 339 rm -fr $(TARNAME)-$(VERSION)
340 340
341.PHONY: asc 341.PHONY: asc
342asc: config.mk 342asc: config.sh
343 ./mkasc.sh $(VERSION) 343 ./mkasc.sh
344 344
345.PHONY: deb 345.PHONY: deb
346deb: dist config.sh 346deb: dist config.sh