FreeCalypso > hg > ffs-editor
view helpers/Makefile @ 17:9a8a20d45be7
Timer2 for Nucleus RTOS ticks
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 04:54:15 +0000 |
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}