view helpers/Makefile @ 54:234a70d42c17

blobs/str2ind.tab: imported from tcs211-fcmodem
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Sep 2016 23:01:48 +0000
parents 05945a9b9dda
children f4eeab478bfe
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	makeline

all:	${PROGS}

makeline:	makeline.c
	${CC} ${CFLAGS} -o $@ $@.c

clean:
	rm -f ${PROGS}