mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Add simple Makefile to lv2.
This commit is contained in:
13
lib-src/lv2/Makefile
Normal file
13
lib-src/lv2/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
all:
|
||||
./build
|
||||
|
||||
clean:
|
||||
rm -rf {
|
||||
rm -rf include lv2/build serd/build sord/build sratom/build lilv/build
|
||||
rm -f liblv2.a
|
||||
|
||||
distclean: clean
|
||||
rm -rf lv2/.waf-* serd/.waf-* sord/.waf-* sratom/.waf-* lilv/.waf-*
|
||||
rm -rf lv2/.lock-* serd/.lock-* sord/.lock-* sratom/.lock-* lilv/.lock-*
|
||||
|
||||
.PHONY: all clean distclean
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf {lv2,serd,sord,sratom,lilv}/{build,.waf*,.lock*}
|
||||
rm -rf {liblv2.a,include}
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user