Copies megiaudioroute from sxmo utils package
I don't want all the utils from sxmo, just this so I copied it. <https://git.sr.ht/~mil/sxmo-utils/tree/master/item/programs/sxmo_megiaudioroute.c>
This commit is contained in:
commit
6d84cfee06
4 changed files with 402 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
PREFIX = /usr/local
|
||||
|
||||
.PHONY: install
|
||||
|
||||
megiaudioroute: megiaudioroute.c
|
||||
gcc -o megiaudioroute megiaudioroute.c -lX11
|
||||
|
||||
install: megiaudioroute
|
||||
mkdir -p $(PREFIX)/bin
|
||||
cp -f megiaudioroute $(PREFIX)/bin/megiaudioroute
|
||||
chmod 755 $(PREFIX)/bin/megiaudioroute
|
Loading…
Add table
Add a link
Reference in a new issue