view tfo/Makefile @ 19:4ab8762be333

trau-ul-prep: starting with gsmx2tsrc program
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 21:55:03 +0000
parents 98c0881c2af0
children
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