FreeCalypso > hg > freecalypso-hwlab
diff lcdtest/Makefile @ 24:94521a02c33d
lcdtest: the truth about Startek and Crystalfontz LCDs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Apr 2018 06:43:23 +0000 |
parents | 2e4f27ea7067 |
children | 0a44549a64c8 |
line wrap: on
line diff
--- a/lcdtest/Makefile Sat Apr 14 06:32:41 2018 +0000 +++ b/lcdtest/Makefile Sat Apr 14 06:43:23 2018 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= lcdtest -OBJS= busops.o commands.o dispatch.o init.o main.o readops.o showppm.o +OBJS= busops.o commands.o dispatch.o main.o readops.o showppm.o startek.o all: ${PROG}