FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 58:a5fcfcfab736
targets/*.conf: the linker script template source is set here
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 01 Oct 2016 00:18:24 +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}
