Makefile
author viric@llimona
Sun, 07 May 2006 19:32:41 +0200
changeset 21 e73048967870
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
Improvement, managing the case a box depends ONLY on a blocked box (it will therefore be considered as blocked)

CC=gcc

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

include Makefile.deps