Makefile
author viric@llimona
Sun, 07 May 2006 13:32:52 +0200
changeset 15 866013971139
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
Corrected some regexps (limiting ^$)

CC=gcc

# DEBUG
CFLAGS=-pedantic -Wall -g -pg #-DDEBUG
LDFLAGS=-pg -Wall

include Makefile.deps