FreeCalypso > hg > fc-rfcal-tools
comparison autocal/Makefile @ 14:93e5194e5511
autocal/tsidsock.c written
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 21 May 2017 23:00:32 +0000 |
| parents | d7e436bf4876 |
| children | 1c4abfe8bcd9 |
comparison
equal
deleted
inserted
replaced
| 13:d7e436bf4876 | 14:93e5194e5511 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 -I/opt/freecalypso/include | 2 CFLAGS= -O2 -I/opt/freecalypso/include |
| 3 OBJS= rvinterf.o | 3 OBJS= 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 |
