Makefile
author viric@llimona
Sun, 07 May 2006 16:28:04 +0200
changeset 17 7c1e68c17c0e
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
Corrected some bugs. Now the algorithm should work for 1-level dependencies. (that's how it seems)

CC=gcc

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

include Makefile.deps