Makefile
author viric@llimona
Sun, 07 May 2006 15:28:39 +0200
changeset 16 fe078fb2e8b4
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
Now I think the code works. There were some indexing mistakse, return instead of continue, etc.

CC=gcc

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

include Makefile.deps