FreeCalypso > hg > fc-rfcal-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:724e16223187 | 16:1c4abfe8bcd9 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 -I/opt/freecalypso/include | 2 CFLAGS= -O2 -I/opt/freecalypso/include |
3 OBJS= rvinterf.o tsidsock.o | 3 OBJS= l1tmops.o rvinterf.o tsidsock.o |
4 | 4 |
5 all: ${OBJS} | 5 all: ${OBJS} |
6 | 6 |
7 clean: | 7 clean: |
8 rm -f *.o *.out *errs | 8 rm -f *.o *.out *errs |