add sqlite to clean on make current or update-clean
This commit is contained in:
parent
71dd3ca86c
commit
2366f4295b
|
@ -566,6 +566,7 @@ update-clean: clean modwipe uninstall libs/openzap/Makefile python-reconf
|
||||||
cd libs/portaudio && $(MAKE) clean
|
cd libs/portaudio && $(MAKE) clean
|
||||||
cd libs/speex && $(MAKE) clean
|
cd libs/speex && $(MAKE) clean
|
||||||
cd libs/esl && $(MAKE) clean
|
cd libs/esl && $(MAKE) clean
|
||||||
|
cd libs/sqlite && $(MAKE) clean
|
||||||
|
|
||||||
swigall:
|
swigall:
|
||||||
@echo reswigging all
|
@echo reswigging all
|
||||||
|
|
Loading…
Reference in New Issue