]> git.mdlowis.com Git - projs/tide.git/commitdiff
Added xcpd to clean task
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 2 May 2017 17:30:44 +0000 (13:30 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 2 May 2017 17:30:44 +0000 (13:30 -0400)
Makefile

index a174c983a9589bb02c14b93f1a179c38a39d6894..4714a198ee41ef5c54b3110d4e54977ca0ceaedf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ docs:
 
 clean:
        find . -name '*.[oad]' -delete
-       $(RM) xpick xedit term tests/libedit
+       $(RM) xpick xedit xcpd term tests/libedit
        $(RM) $(TEST_BINS)
 
 install: all