comparison autocal/Makefile @ 13:d7e436bf4876

starting autocal
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2017 22:58:04 +0000
parents
children 93e5194e5511
comparison
equal deleted inserted replaced
12:d06985c1f13c 13:d7e436bf4876
1 CC= gcc
2 CFLAGS= -O2 -I/opt/freecalypso/include
3 OBJS= rvinterf.o
4
5 all: ${OBJS}
6
7 clean:
8 rm -f *.o *.out *errs