FreeCalypso > hg > gsm-net-reveng
view tfo/Makefile @ 25:118a4e4268b2
top Makefile: add trau-ul-compile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 01:12:22 +0000 |
parents | 98c0881c2af0 |
children | fec87477e60b |
line wrap: on
line source
CC= gcc CFLAGS= -O2 STD= find-is-hdr PROGS= ${STD} all: ${PROGS} ${STD}: ${CC} ${CFLAGS} -o $@ $@.c find-is-hdr: find-is-hdr.c clean: rm -f ${PROGS} *.o *errs *.out