diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-06-17 18:40:11 +0200 |
| commit | 1890a243dbffc63a01896886de54f1f6cade2a54 (patch) | |
| tree | 5d2e8b0a515caf14b7c49297aa261caecea1a623 /Makefile | |
| parent | 203d4a20f9aa77573495f4852239b32cdc9bc43c (diff) | |
quick commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -23,20 +23,14 @@ install: deinstall: test ! -z "$(DESTDIR)" && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0 test ! -z "$(DESTDIR)/usr/share/$(NAME)" && -d $(DESTDIR)/usr/share/$(NAME) && rm -r $(DESTDIR)/usr/share/$(NAME) || exit 0 -clean: - test -f .version && rm .version +deb: version + dpkg-buildpackage +cleanall: clean-top test -f nytprof.out && rm nytprof.out test -f tmon.out && rm tmon.out test -d nytprof && rm -Rf nytprof -deb: - dpkg-buildpackage clean-top: rm ../$(NAME)_*.tar.gz rm ../$(NAME)_*.dsc rm ../$(NAME)_*.changes rm ../$(NAME)_*.deb -tmp-top: - mv ../$(NAME)_*.tar.gz /tmp - mv ../$(NAME)_*.dsc /tmp - mv ../$(NAME)_*.changes /tmp - mv ../$(NAME)_*.deb /tmp |
