diff Makefile @ 0:cb736d95338d

mokosrec2bin utility written
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 15 Apr 2013 02:19:54 +0000
parents
children 103d996ed2d5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Mon Apr 15 02:19:54 2013 +0000
@@ -0,0 +1,13 @@
+CC=	gcc
+CFLAGS=	-O2
+PROGS=	mokosrec2bin
+
+all:	${PROGS}
+
+${PROGS}:
+	${CC} ${CFLAGS} -o $@ $@.c
+
+mokosrec2bin:	mokosrec2bin.c
+
+clean:
+	rm -f ${PROGS} *.o *errs *.out