FreeCalypso > hg > ffs-editor
view helpers/Makefile @ 26:680f6fdb5e62
add target for Sony Ericsson K200/K220
author | Vadim Yanitskiy <fixeria@osmocom.org> |
---|---|
date | Wed, 20 Dec 2023 01:59:09 +0700 |
parents | 8123259c7f14 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= makeline all: ${PROGS} makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}