Add files via upload

This commit is contained in:
Chris Boudacoff 2017-11-23 09:00:07 +02:00 committed by GitHub
parent 9e321791b4
commit 24234025e4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
all:
$(CC) teres1-audioselect.c -o teres1-audioselect
clean:
$(RM) teres1-audioselect
install: all
install -m0755 teres1-audioselect /usr/bin
install -m0644 teres1-audioselect.service /etc/systemd/system/teres1-audioselect.service && \
systemctl enable teres1-audioselect.service && \
systemctl start teres1-audioselect.service