FreeCalypso > hg > gsm-net-reveng
view tfo/Makefile @ 26:f80e64139670
trau-ul-decomp program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 01:50:02 +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