FreeCalypso > hg > vband-misc
view utils/Makefile @ 57:a64e5ed217c0 default tip
top Makefile: add fr-sid
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 22 Aug 2024 06:43:31 +0000 |
parents | 914eeb3ab866 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= gen-hex-c gen-hex-lines all: ${PROGS} gen-hex-c: gen-hex-c.c ${CC} ${CFLAGS} -o $@ $@.c gen-hex-lines: gen-hex-lines.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f *.o ${PROGS}