adding text2osc, need more cleanup

This commit is contained in:
2019-08-25 16:51:36 +02:00
parent 03bdd5ab88
commit 517b381360
5 changed files with 160 additions and 0 deletions

View File

@@ -12,4 +12,7 @@ osc2cursor: osc2cursor.c ${DEPS} functions/libpocosc.a
osc-joy: osc-joy.c ${DEPS} functions/libpocosc.a
gcc ${OPTS} $< functions/libpocosc.a -llo -o $@
text2osc: text2osc.c ${DEPS} functions/libpocosc.a
gcc ${OPTS} $< functions/libpocosc.a -llo -o $@
# ----------------------------------------------------