view tfo/Makefile @ 16:2daf8f209707

tcsm2-notes: initial observations on boards
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 29 May 2024 02:26:13 +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