Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Makefile: make deb: do not leave garbage around
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 17, 2011
1 parent f0a6b38 commit a58fd91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -365,6 +365,8 @@ _deb:
@make -f Makefile _deb_binary
@ar r $(DEB_PACKAGE) dist/debian-binary \
dist/control.tar.gz dist/data.tar.gz
@cd dist && rm -rf debian-binary control.tar.gz data.tar.gz \
control/ data/

deb:
@echo "[DEB]"
Expand Down

0 comments on commit a58fd91

Please sign in to comment.