Makefile

Mon, 23 May 2011 16:42:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 23 May 2011 16:42:44 +0200
changeset 0
518bfd1cc1e8
child 1
34a5e235d16e
permissions
-rw-r--r--

cline project init

     1 CC = gcc
     3 cline: cline.c
     4 	${CC} -o cline -std=c99 cline.c

mercurial