FreeCalypso > hg > freecalypso-tools
diff rvinterf/tmsh/Makefile @ 71:27c41e4b21ae
fc-tmsh one-shot operation mode implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 23:51:47 +0000 |
parents | ee04baba7b2b |
children | 2825d79bb151 |
line wrap: on
line diff
--- a/rvinterf/tmsh/Makefile Wed Oct 26 23:33:21 2016 +0000 +++ b/rvinterf/tmsh/Makefile Wed Oct 26 23:51:47 2016 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -I../include PROG= fc-tmsh OBJS= abb.o audiocmd.o etmbasic.o ffs2.o ffs2resp.o init.o main.o misc.o \ - omr.o pktsort.o tmcore.o usercmd.o + omr.o oneshot.o pktsort.o tmcore.o usercmd.o LIBS= ../libasync/libasync.a INSTBIN=/opt/freecalypso/bin