summaryrefslogtreecommitdiff
path: root/apps/examples/tiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tiff/Makefile')
-rw-r--r--apps/examples/tiff/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index 73a687c25..373c07ca7 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -98,11 +98,14 @@ context: .context
depend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
- @rm -f result.tif tmpfile1.dat tmpfile2.dat
+ $(call DELFILE .built)
+ $(call DELFILE result.tif)
+ $(call DELFILE tmpfile1.dat)
+ $(call DELFILE tmpfile2.dat)
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep