+ voirenv

This commit is contained in:
tTh
2022-09-12 01:39:21 +02:00
parent f79ae3ef80
commit 73a611e55f
3 changed files with 49 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ arguments: arguments.c Makefile
no-op: no-op.c Makefile
gcc -Wall $< -o $@
voirenv: voirenv.c Makefile
gcc -Wall $< -o $@
#------------- OSC -----------------------
osc: send-osc listen-osc