Remove tarball on distclean target.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1623 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2011-04-18 07:46:33 +00:00
parent da08af3c5a
commit b55c32311f

View File

@ -94,7 +94,7 @@ clean:
.PHONY: distclean
distclean: clean
rm -rf autom4te.cache config.log config.status Makefile
rm -rf autom4te.cache config.log config.status Makefile rdesktop-$(VERSION).tar.gz
.PHONY: dist
dist: rdesktop-$(VERSION).tar.gz