view autocal/Makefile @ 18:af77b95feeba

autocal/l1tmops.c: rxpw and txpw implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 May 2017 18:36:26 +0000
parents 1c4abfe8bcd9
children a3f48378658d
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2 -I/opt/freecalypso/include
OBJS=	l1tmops.o rvinterf.o tsidsock.o

all:	${OBJS}

clean:
	rm -f *.o *.out *errs