mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 02:33:14 +01:00
lv2: Add empty check target to Makefile.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
all:
|
all:
|
||||||
./build
|
./build
|
||||||
|
|
||||||
|
check:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf include lv2/build serd/build sord/build sratom/build lilv/build
|
rm -rf include lv2/build serd/build sord/build sratom/build lilv/build
|
||||||
rm -f liblv2.a
|
rm -f liblv2.a
|
||||||
@@ -1260,4 +1262,4 @@ distdir: $(EXTRA_DIST)
|
|||||||
cp -p $$file "$(distdir)/$$file" || exit 1; \
|
cp -p $$file "$(distdir)/$$file" || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: all clean distclean distdir
|
.PHONY: all check clean distclean distdir
|
||||||
|
|||||||
Reference in New Issue
Block a user