FreeCalypso > hg > fc-tourmaline
view bwsplash/Makefile @ 236:3c790d29748e
fchg_is_running startup sync flag change:
set the flag when the first ADC message has been processed,
and not merely when the task is running - this way the flag indicates
that meaningful info about the state of the battery is available.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 May 2021 04:25:48 +0000 |
parents | 4d9f24c501f3 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 all: bwsplash.c pbm2c: pbm2c.c ${CC} ${CFLAGS} -o $@ $@.c bwsplash.c: bwsplash.pbm pbm2c ./pbm2c bwsplash.pbm $@ clean: rm -f pbm2c bwsplash.c