view autocal/Makefile @ 16:1c4abfe8bcd9

autocal/l1tmops.c started
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 May 2017 17:45:30 +0000
parents 93e5194e5511
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