summaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pwm')
-rw-r--r--apps/examples/pwm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/pwm/Makefile b/apps/examples/pwm/Makefile
index 6aeb38594..c7cc700bd 100644
--- a/apps/examples/pwm/Makefile
+++ b/apps/examples/pwm/Makefile
@@ -96,10 +96,11 @@ context: .context
depend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
+ $(call DELFILE .built)
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep