FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 31:9c43952eae1a
audio.lib builds, but there is an issue with audio_melody_E?.obj filename case
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 29 Sep 2016 16:32:12 +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}