Browse Source

'make clean' was missing some steps

tags/1.9.7
falkTX 9 years ago
parent
commit
1e7b2ba09c
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      Makefile
  2. +1
    -0
      source/plugin/Makefile

+ 2
- 0
Makefile View File

@@ -375,7 +375,9 @@ clean:
$(MAKE) clean -C source/bridges-ui
$(MAKE) clean -C source/discovery
$(MAKE) clean -C source/modules
$(MAKE) clean -C source/native-plugins
$(MAKE) clean -C source/plugin
$(MAKE) clean -C source/theme
rm -f $(RES)
rm -f $(UIs)
rm -f $(WIDGETS)


+ 1
- 0
source/plugin/Makefile View File

@@ -123,6 +123,7 @@ all: $(TARGETS)
clean:
rm -f $(OBJDIR)/*.o $(TARGETS)
rm -f $(BINDIR)/carla.lv2/*.*
rm -f $(BINDIR)/carla-lv2-export$(APP_EXT)

debug:
$(MAKE) DEBUG=true


Loading…
Cancel
Save