FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
874:72d64c172d85 | 875:dab341e172de |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 -I../include | 2 CFLAGS= -O2 -I../include |
3 PROG= fc-shell | 3 PROG= fc-shell |
4 OBJS= init.o main.o pktsort.o rxctl.o usercmd.o | 4 OBJS= init.o main.o pktsort.o rxctl.o sendsp.o usercmd.o |
5 LIBS= ../libasync/libasync.a ../libg23/libg23.a | 5 LIBS= ../libasync/libasync.a ../libg23/libg23.a |
6 INSTBIN=/usr/local/bin | 6 INSTBIN=/usr/local/bin |
7 | 7 |
8 all: ${PROG} | 8 all: ${PROG} |
9 | 9 |