aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b15d16b6a..808a9beac 100644
--- a/Makefile
+++ b/Makefile
@@ -174,9 +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 -fr $(TARNAME)-$(VERSION) $(TARNAME)-$(VERSION).tar.xz 177 rm -fr ./$(TARNAME)-$(VERSION) ./$(TARNAME)-$(VERSION).tar.xz
178 rm -f $(TARNAME)*.deb 178 rm -f ./$(TARNAME)*.deb
179 rm -f $(TARNAME)*.rpm 179 rm -f ./$(TARNAME)*.rpm
180 180
181.PHONY: distclean 181.PHONY: distclean
182distclean: clean 182distclean: clean