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

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

mercurial