diff options
-rw-r--r-- | apps/codecs/Makefile | 1 | ||||
-rw-r--r-- | apps/codecs/lib/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 970048e6a0..7e9b20e5af 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -147,3 +147,4 @@ clean: @$(MAKE) -C libwavpack clean OBJDIR=$(OBJDIR)/libwavpack @$(MAKE) -C libmusepack clean OBJDIR=$(OBJDIR)/libmusepack @$(MAKE) -C dumb clean OBJDIR=$(OBJDIR)/dumb + @$(MAKE) -C lib clean OBJDIR=$(OBJDIR)/lib diff --git a/apps/codecs/lib/Makefile b/apps/codecs/lib/Makefile index 08dcd2a66b..52eaf0e893 100644 --- a/apps/codecs/lib/Makefile +++ b/apps/codecs/lib/Makefile @@ -40,7 +40,7 @@ $(OUTPUT): $(OBJS) include $(TOOLSDIR)/make.inc clean: - @echo "cleaning lib" + @echo "cleaning codecs/lib" @rm -f $(OBJS) $(OUTPUT) $(DEPFILE) -include $(DEPFILE) |