Makefile
author viric@llimona
Tue, 30 May 2006 01:10:00 +0200
changeset 53 667cd5966695
parent 32 bf8fdaf2661c
permissions -rw-r--r--
Finer message processing - now only at file and screen output appear '\n'.

# GNU CC
CC=gcc
MY_CFLAGS=-Wall -ansi -pedantic -std=c99 -g
MY_LDFLAGS=

include Makefile.common