reworking the kluge

This commit is contained in:
2020-02-21 18:05:13 +01:00
parent e540df566a
commit cff083a21d
7 changed files with 151 additions and 3 deletions

View File

@@ -17,8 +17,12 @@ alsaseq.o: alsaseq.c alsaseq.h Makefile
serial.o: serial.c serial.h Makefile
gcc ${OPTS} -c $<
joyutils.o: joyutils.c joyutils.h Makefile
gcc ${OPTS} -c $<
ncursefuncs.o: ncursefuncs.c ncursefuncs.h Makefile
gcc ${OPTS} -c $<
libpocosc.a: senders.o alsaseq.o serial.o ncursefuncs.o
libpocosc.a: senders.o alsaseq.o serial.o ncursefuncs.o \
joyutils.o
ar r $@ $?