view tfo/Makefile @ 18:b36419bbc2c4

tcsm2-notes/trco: update after peeling off IC stickers
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 May 2024 23:11:28 +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