reworking the kluge
This commit is contained in:
@@ -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 $@ $?
|
||||
|
||||
Reference in New Issue
Block a user