comparison helpers/Makefile @ 248:35b17d54773d

helpers: build-date helper program written
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 03 Aug 2017 04:24:06 +0000
parents 40b08f6cb2b8
children d4d07c751e56
comparison
equal deleted inserted replaced
247:294c26c07561 248:35b17d54773d
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= makeline srec4ram str2ind-ver 3 PROGS= build-date makeline srec4ram str2ind-ver
4 4
5 all: ${PROGS} 5 all: ${PROGS}
6
7 build-date: build-date.c
8 ${CC} ${CFLAGS} -o $@ $@.c
6 9
7 makeline: makeline.c 10 makeline: makeline.c
8 ${CC} ${CFLAGS} -o $@ $@.c 11 ${CC} ${CFLAGS} -o $@ $@.c
9 12
10 srec4ram: srec4ram.c 13 srec4ram: srec4ram.c