Rev 15 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15 | Rev 35 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | dh_testdir |
55 | dh_testdir |
56 | dh_testroot |
56 | dh_testroot |
57 | rm -f build-stamp |
57 | rm -f build-stamp |
58 | 58 | ||
59 | # Add here commands to clean up after the build process. |
59 | # Add here commands to clean up after the build process. |
60 | -$(MAKE) distclean |
60 | [ ! -f Makefile ] || $(MAKE) distclean |
61 | 61 | ||
62 | install: build |
62 | install: build |
63 | dh_testdir |
63 | dh_testdir |
64 | dh_testroot |
64 | dh_testroot |
65 | dh_clean -k |
65 | dh_clean -k |