adding more bugs...

This commit is contained in:
2020-10-20 10:00:55 +02:00
parent 7cc708c0fd
commit 11eca2fdc7
5 changed files with 393 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# ----------------------------------------------------
# --------------------------------------------------------------
# umpf...
@@ -7,7 +7,7 @@ DEPS = Makefile
all: osc-joy osc2cursor text2osc
# ----------------------------------------------------
# --------------------------------------------------------------
osc2cursor: osc2cursor.c ${DEPS} functions/libpocosc.a
gcc ${OPTS} $< functions/libpocosc.a -llo -lcurses -o $@
@@ -18,4 +18,9 @@ osc-joy: osc-joy.c ${DEPS} functions/libpocosc.a
text2osc: text2osc.c ${DEPS} functions/libpocosc.a
gcc ${OPTS} $< functions/libpocosc.a -llo -o $@
# ----------------------------------------------------
# --------------------------------------------------------------
showbuttons: showbuttons.c functions/libpocosc.a ${DEPS}
gcc ${OPTS} $< functions/libpocosc.a -llo -lcurses -o $@
# --------------------------------------------------------------