diff options
Diffstat (limited to 'apps/plugins/bitmaps/remote_native')
| -rw-r--r-- | apps/plugins/bitmaps/remote_native/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/remote_native/Makefile b/apps/plugins/bitmaps/remote_native/Makefile index 405f3fd..3802e75 100644 --- a/apps/plugins/bitmaps/remote_native/Makefile +++ b/apps/plugins/bitmaps/remote_native/Makefile @@ -26,8 +26,7 @@ BMPINCDIR = $(BUILDDIR)/pluginbitmaps include $(TOOLSDIR)/makebmp.inc clean: - @echo "cleaning plugins/bitmaps/remote_native" - @rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE) + $(call PRINTS,cleaning plugins/bitmaps/remote_native)rm -f $(CSRC) $(OBJS) $(OUTPUT) $(DEPFILE) @rmdir $(OBJDIR) -include $(DEPFILE) |