FreeCalypso > hg > freecalypso-sw
diff rvinterf/asyncshell/Makefile @ 1012:93f4fc26b204
fc-shell: arbitrary send command implemented in one-shot mode
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 22:06:11 +0000 |
parents | bd873572ef2c |
children | 6eee1e547778 |
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile Sun Mar 20 21:10:21 2016 +0000 +++ b/rvinterf/asyncshell/Makefile Sun Mar 20 22:06:11 2016 +0000 @@ -1,8 +1,8 @@ CC= gcc CFLAGS= -O2 -I../include PROG= fc-shell -OBJS= at.o init.o main.o oneshot.o pktsort.o poweroff.o rxctl.o sendsp.o \ - usercmd.o +OBJS= at.o init.o main.o oneshot.o pktsort.o poweroff.o rxctl.o sendarb.o \ + sendsp.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a INSTBIN=/usr/local/bin