Makefile
author viric@llimona
Sun, 07 May 2006 19:31:33 +0200
changeset 20 7d212921dad4
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
Added two spaces at the end of the last line, in order to complete the width.

CC=gcc

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

include Makefile.deps