FreeCalypso > hg > freecalypso-tools
diff rvinterf/asyncshell/Makefile @ 31:5b4e345095c4
fc-shell help command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 18:38:07 +0000 |
parents | 43e4c95d148a |
children | 642da3373772 |
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile Sun Oct 23 17:26:48 2016 +0000 +++ b/rvinterf/asyncshell/Makefile Sun Oct 23 18:38:07 2016 +0000 @@ -1,8 +1,8 @@ CC= gcc 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 tchplay.o tchrec.o usercmd.o +OBJS= at.o help.o init.o main.o oneshot.o parse.o pktsort.o poweroff.o \ + rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a INSTBIN=/usr/local/bin INSTHELP=/usr/local/share/freecalypso