FreeCalypso > hg > freecalypso-tools
view ffstools/tiaud/Makefile @ 202:b81176fe68a7
target-utils/flash-boot-wa/Makefile: install added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 01 May 2017 21:17:05 +0000 |
parents | 959ff9f59568 |
children | 2568a2a8a453 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= decomp INSTBIN=/opt/freecalypso/bin all: ${PROGS} decomp: decomp.c ${CC} ${CFLAGS} -o $@ $@.c install: ${PROGS} mkdir -p ${INSTBIN} install -c decomp ${INSTBIN}/tiaud-decomp clean: rm -f ${PROGS}