summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 5e44f7d..e6eee1f 100644
--- a/Makefile
+++ b/Makefile
@@ -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