diff options
author | David Bremner <bremner@debian.org> | 2011-11-26 09:55:07 -0800 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-26 09:55:07 -0800 |
commit | 9756b9dcb93c1babf5083cd91ad242b148c426a3 (patch) | |
tree | a0c9d5beff621237bb67e76e16a723d2d5c5e8fb /test | |
parent | 0da10aa1bc021bdf7fb43c818db1d59f28f30ecd (diff) |
build system: clean up object files in ./test and ./util
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local index 8eb04330..9b3308a1 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -17,4 +17,4 @@ test: all $(dir)/smtp-dummy check: test -CLEAN := $(CLEAN) $(dir)/smtp-dummy +CLEAN := $(CLEAN) $(dir)/smtp-dummy $(dir)/smtp-dummy.o |