view autocal/Makefile @ 15:724e16223187

autocal/rvinterf.c now has all essential code for talking to rvinterf
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2017 23:04:42 +0000
parents 93e5194e5511
children 1c4abfe8bcd9
line wrap: on
line source

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

all:	${OBJS}

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