FreeCalypso > hg > freecalypso-sw
diff rvinterf/asyncshell/Makefile @ 1029:333015c662bc
fc-shell: tch play implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 May 2016 01:53:04 +0000 |
parents | 71bbddbcc6a1 |
children | 194967e11b2b |
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile Tue May 31 00:43:00 2016 +0000 +++ b/rvinterf/asyncshell/Makefile Tue May 31 01:53:04 2016 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -I../include PROG= fc-shell OBJS= at.o init.o main.o oneshot.o parse.o pktsort.o poweroff.o rxctl.o \ - sendarb.o sendsp.o tchcmd.o tchrec.o usercmd.o + sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a INSTBIN=/usr/local/bin