website/index.html: Extend Feedback section (codeberg.org)
[a2jmidid.git] / GNUmakefile
blob7858c858524891e75ed8de856c38b0289b46575b
1 TOP:=$(shell pwd)
3 .PHONY: a2jmidi
4 a2jmidi:
5 rm -rf jack2
6 git clone -b $(shell git symbolic-ref --short HEAD) --depth=1 --recurse-submodules --shallow-submodules https://github.com/LADI/jack2 build/jack2
7 cd build/jack2 && python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
8 cd build/jack2 && python3 ./waf
9 cd build/jack2 && python3 ./waf install
10 PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:$(TOP)/build/destdir/usr/lib/pkgconfig python3 ./waf configure --prefix=$(TOP)/build/destdir/usr
11 python3 ./waf
12 python3 ./waf install