diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-27 13:40:22 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-27 13:40:38 -0700 |
commit | a88ffd2d9b2adec5de19a1bb88e6b8656985a044 (patch) | |
tree | c7c850ec7ccb0bc6e946588c72710092bbc0e163 /Makefile.in | |
parent | 99c9ab6b3c6b0a877b454346addd57d18d1ea07e (diff) | |
download | tmwa-a88ffd2d9b2adec5de19a1bb88e6b8656985a044.tar.gz tmwa-a88ffd2d9b2adec5de19a1bb88e6b8656985a044.tar.bz2 tmwa-a88ffd2d9b2adec5de19a1bb88e6b8656985a044.tar.xz tmwa-a88ffd2d9b2adec5de19a1bb88e6b8656985a044.zip |
Yes, I do
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a2cb67b..ee7a15d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -360,6 +360,8 @@ o: ${PDC_OBJECTS} # duplicates, and PDC is more common, and also some override rules are only # currently defined for PDC +clean-stamp: + -$l find obj -name '*.stamp' -delete clean-deps: -$l find obj -name '*.d' -delete clean-format: |