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