view helpers/Makefile @ 12:be16a5124f86

components/aci-classic: ati_ext sourceset added, should be complete now
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 03:27:40 +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}