aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c061e0c7a..1d92ec7ac 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,9 @@ clean:
174 $(MAKE) -C test clean 174 $(MAKE) -C test clean
175 rm -f $(SECCOMP_FILTERS) 175 rm -f $(SECCOMP_FILTERS)
176 rm -f $(SYNTAX_FILES) 176 rm -f $(SYNTAX_FILES)
177 rm -f firejail*.rpm 177 rm -fr $(TARNAME)-$(VERSION) $(TARNAME)-$(VERSION).tar.xz
178 rm -f $(TARNAME)*.deb
179 rm -f $(TARNAME)*.rpm
178 180
179.PHONY: distclean 181.PHONY: distclean
180distclean: clean 182distclean: clean
@@ -326,7 +328,6 @@ DISTFILES_TEST = \
326 328
327.PHONY: dist 329.PHONY: dist
328dist: clean config.mk 330dist: clean config.mk
329 rm -fr $(TARNAME)-$(VERSION) $(TARNAME)-$(VERSION).tar.xz
330 mkdir -p $(TARNAME)-$(VERSION)/test 331 mkdir -p $(TARNAME)-$(VERSION)/test
331 cp -a $(DISTFILES) $(TARNAME)-$(VERSION) 332 cp -a $(DISTFILES) $(TARNAME)-$(VERSION)
332 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test 333 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test