1
0
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:
benjamin.drung@gmail.com 2013-11-19 02:44:02 +00:00
parent 3063e8717e
commit d8562a197c

View File

@ -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