Makefile

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