summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-05-30 19:54:25 +0100
committerWill Thompson <will@willthompson.co.uk>2018-05-30 19:56:46 +0100
commit8bb1925ce83515104a62906f743cb70fdb5eeb3e (patch)
tree9b77af9c2d73d54b33b751e6bb1004b62affe9b9 /Makefile
parent0125065a6f39e2355d79f4cda4b59ed08709235f (diff)
Makefile: remove stray TARBALL_DIR reference
Should have been removed in e56bca1dacec0de11dfef4b52801e7377dcfc630.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f99ff2..2ea02a7 100644
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,6 @@ uninstall:
clean:
rm -f $(BINARIES) $(MANPAGE) $(BUSTLE_PCAP_GENERATED_HEADERS) $(DESKTOP_FILE) $(APPDATA_FILE)
- if test -d ./$(TARBALL_DIR); then rm -r ./$(TARBALL_DIR); fi
- rm -f ./$(TARBALL)
# Icon cache stuff
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DATADIR)/icons/hicolor