some tuning...

This commit is contained in:
tTh
2023-01-13 15:36:31 +01:00
parent 655a528192
commit f804d2c7ab
10 changed files with 62 additions and 30 deletions

View File

@@ -2,10 +2,10 @@
# umpf...
OPTS = -Wall -g -DDEBUG_LEVEL=1
OPTS = -Wall -g -DDEBUG_LEVEL=0
DEPS = Makefile
all: osc-joy osc2cursor text2osc
all: osc-joy osc2cursor text2osc showbuttons
# --------------------------------------------------------------