Makefile
author viric@llimona
Sun, 07 May 2006 13:33:25 +0200
changeset 24 bb3bb8584190
parent 7 834620831e7a
child 26 95fccfcbd04c
permissions -rw-r--r--
Porting from sokoban/caixes the makefile system.

CC=gcc

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

include Makefile.deps