FreeCalypso > hg > fc-rfcal-tools
view autocal/Makefile @ 20:7ac866c3baf6
autocal: set_std_band() function replaced with RFPW_STD_BAND() macro
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 May 2017 20:35:42 +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