From: Joseph Coffland Date: Fri, 21 Jul 2017 22:09:28 +0000 (-0700) Subject: Clean up .dep X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=ecf9560d64678dfc339fdea6706f3b17886b0e7e;p=bbctrl-firmware Clean up .dep --- diff --git a/avr/test/Makefile b/avr/test/Makefile index 93aecd1..cb7d858 100644 --- a/avr/test/Makefile +++ b/avr/test/Makefile @@ -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)