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