Makefile

branch
experimental_memory_mapper_v2
changeset 128
3246b74d96bc
parent 112
a392eb8f9806
child 145
2d6de28c6e6c
     1.1 --- a/Makefile	Wed Jan 16 00:41:51 2013 +0000
     1.2 +++ b/Makefile	Fri Jan 18 17:03:48 2013 +0000
     1.3 @@ -167,7 +167,7 @@
     1.4  MAKE	=	make
     1.5  CC		=	gcc
     1.6  CXX		=	g++
     1.7 -CFLAGS	=	-Wall -pedantic -std=gnu99 $(EXT_CFLAGS)
     1.8 +CFLAGS	=	-Wall -pedantic -std=gnu99 $(EXT_CFLAGS) -DWD2010_SEEK_DELAY=1 -DSHOW_LEDS -DDEBUG_MAP
     1.9  CXXFLAGS=	-Wall -pedantic -std=gnu++0x $(EXT_CXXFLAGS)
    1.10  LDFLAGS	=	$(EXT_LDFLAGS)
    1.11  RM		=	rm