FreeCalypso > hg > fc-tourmaline
view bwsplash/Makefile @ 228:93af50ca61f9
rvm_priorities.h, rvm_ext_priorities.h: readability fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Apr 2021 22:31:31 +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