FreeCalypso > hg > freecalypso-sw
diff rvinterf/asyncshell/Makefile @ 874:72d64c172d85
fc-shell: Rx control implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 May 2015 07:20:50 +0000 |
parents | 5e46679bdb6a |
children | dab341e172de |
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile Sat May 30 06:45:21 2015 +0000 +++ b/rvinterf/asyncshell/Makefile Sat May 30 07:20:50 2015 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -I../include PROG= fc-shell -OBJS= init.o main.o pktsort.o usercmd.o +OBJS= init.o main.o pktsort.o rxctl.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a INSTBIN=/usr/local/bin