mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
lv2: Add empty check target to Makefile.
This commit is contained in:
parent
3063e8717e
commit
d8562a197c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user