diff options
Diffstat (limited to 'apps/bitmaps/mono/Makefile')
| -rw-r--r-- | apps/bitmaps/mono/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/bitmaps/mono/Makefile b/apps/bitmaps/mono/Makefile index dede4e8..28893e9 100644 --- a/apps/bitmaps/mono/Makefile +++ b/apps/bitmaps/mono/Makefile @@ -5,7 +5,7 @@ # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ # $Id$ -# +# INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDIR) \ -I$(OBJDIR) @@ -26,8 +26,7 @@ BMPINCDIR = $(BUILDDIR)/bitmaps include $(TOOLSDIR)/makebmp.inc clean: - @echo "cleaning bitmaps/mono" - @rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE) - @rmdir $(OBJDIR) + $(call PRINTS,cleaning bitmaps/mono)rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE) + $(SILENT)rmdir $(OBJDIR) -include $(DEPFILE) |