diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 18:45:47 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-19 18:49:41 +0100 |
commit | 626e98f8757a0d7e44aea8ab9dbfb37384ae8dca (patch) | |
tree | b4b71652e08d266542a6a8e272817e21d4c30f0b | |
parent | f53b3dad2fc76677319810944440f7058f375f63 (diff) | |
download | sciteco-626e98f8757a0d7e44aea8ab9dbfb37384ae8dca.tar.gz |
add ./distribute clean target
-rwxr-xr-x | distribute | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -87,3 +87,8 @@ sciteco-$(SCITECO_VERSION)-win32.zip : bundle zip $@ temp-bin/* rm -rf temp-bin/ +clean: + rm -rf $(SCITECO_SRC) $(SCINTILLA_SRC) $(SCINTERM_SRC) + rm -rf sciteco-$(SCITECO_VERSION)-bundle.tar.gz + rm -rf debian-temp/ + rm -rf sciteco-$(SCITECO_VERSION)/ |