diff options
author | Rob Austein <sra@hactrn.net> | 2017-12-14 15:47:23 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-12-14 15:47:23 -0500 |
commit | d7163c5a71b6eddc3df21191f6beacc1f4898e45 (patch) | |
tree | d6c1697137c3bb549b4bc33ac175740c99f5a9f1 /Makefile | |
parent | 9c8794cac6900a48c6b7e4d323cbf99a74c030d6 (diff) |
Don't "tidy" the pbuilder marker.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ init: tidy: rm -rf tap - git clean -dfx -e build + git clean -dfx -e build -e .pbuilder-sell-by-date git submodule foreach --recursive git clean -dfx clean: tidy |