diff 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
line wrap: on
line diff
--- a/helpers/Makefile	Mon Jul 24 06:52:58 2017 +0000
+++ b/helpers/Makefile	Thu Aug 03 04:24:06 2017 +0000
@@ -1,9 +1,12 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	makeline srec4ram str2ind-ver
+PROGS=	build-date makeline srec4ram str2ind-ver
 
 all:	${PROGS}
 
+build-date:	build-date.c
+	${CC} ${CFLAGS} -o $@ $@.c
+
 makeline:	makeline.c
 	${CC} ${CFLAGS} -o $@ $@.c