Makefile
author viric@llimona
Sun, 07 May 2006 01:30:29 +0200
changeset 11 dcfe4d2d4387
parent 7 834620831e7a
child 26 95fccfcbd04c
permissions -rw-r--r--
Now Makefile compiles in debug, and Makefile.opt compiles optimized. There is no more need editing the Makefile for chosing the compilation.

CC=gcc

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

include Makefile.deps