summaryrefslogtreecommitdiff
path: root/apps/bitmaps/remote_native/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps/remote_native/Makefile')
-rw-r--r--apps/bitmaps/remote_native/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/bitmaps/remote_native/Makefile b/apps/bitmaps/remote_native/Makefile
index 573ee55..03eccfd 100644
--- a/apps/bitmaps/remote_native/Makefile
+++ b/apps/bitmaps/remote_native/Makefile
@@ -26,8 +26,7 @@ BMPINCDIR = $(BUILDDIR)/bitmaps
include $(TOOLSDIR)/makebmp.inc
clean:
- @echo "cleaning bitmaps/remote_native"
- @rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE)
- @rmdir $(OBJDIR)
+ $(call PRINTS,cleaning bitmaps/remote_native)rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE)
+ $(SILENT)rmdir $(OBJDIR)
-include $(DEPFILE)