FreeCalypso > hg > freecalypso-sw
diff rvinterf/asyncshell/Makefile @ 875:dab341e172de
fc-shell: sysprim sending (sp command) implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 May 2015 07:41:23 +0000 |
parents | 72d64c172d85 |
children | 4661b84260a0 |
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile Sat May 30 07:20:50 2015 +0000 +++ b/rvinterf/asyncshell/Makefile Sat May 30 07:41:23 2015 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -I../include PROG= fc-shell -OBJS= init.o main.o pktsort.o rxctl.o usercmd.o +OBJS= init.o main.o pktsort.o rxctl.o sendsp.o usercmd.o LIBS= ../libasync/libasync.a ../libg23/libg23.a INSTBIN=/usr/local/bin