diff Makefile @ 2:6382d8f6a973

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 14 Dec 2010 00:54:07 +0900
parents b4c797eee72a
children c9e9b605f08e
line wrap: on
line diff
--- a/Makefile	Mon Dec 13 04:56:23 2010 +0900
+++ b/Makefile	Tue Dec 14 00:54:07 2010 +0900
@@ -10,7 +10,7 @@
 TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
 TASK_OBJS = $(TASK_SRCS:.cc=.o)
 
-CFLAGS  += -g $(ABI) -O2 -Wall `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE)
+CFLAGS  += -g $(ABI) -Wall `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE)
 LIBS	+=  `sdl-config --libs`,-framework,OpenGL -lSDL_mixer -lSDL_image `xml2-config --libs`
 LIBS += -lCerium -lFifoManager
 
@@ -33,7 +33,7 @@
 
 clean:
 	rm -f $(TARGET) $(OBJS)
-	rm -f Dandy.o tcollision.o ppe/collision.o ppe/task_init.o
+	rm -f Dandy.o collision.o sgoex.o tcollision.o main.o ppe/Atari.o ppe/task_init.o ppe/Bom.o
 
 .c.o:
 	$(CC) $(CFLAGS) $(INCLUDES) -c $<