Clean up .dep
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 21 Jul 2017 22:09:28 +0000 (15:09 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 21 Jul 2017 22:09:28 +0000 (15:09 -0700)
avr/test/Makefile

index 93aecd10c93a0b0e42134149f5ef895d918a2727..cb7d8586bb0495f4cea904a829568db7aefeb659 100644 (file)
@@ -26,7 +26,7 @@ planner-test: $(PLANNER_TEST_SRC)
 
 # Clean
 tidy:
-       rm -f $(shell find -name \*~ -o -name \#\*)
+       rm -f $(shell find -name \*~ -o -name \#\*) .dep
 
 clean: tidy
        rm -rf $(TESTS)