Mercurial > hg > Game > Cerium
diff Renderer/Test/Makefile.cell @ 858:9f6e29836095 draft
Renderer/Test/aquarium init
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 17 Jun 2010 02:36:21 +0900 |
parents | 4d83a6a958fd |
children | 5f5301028e29 |
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell Thu Jun 10 23:21:51 2010 +0900 +++ b/Renderer/Test/Makefile.cell Thu Jun 17 02:36:21 2010 +0900 @@ -11,7 +11,7 @@ .cc.o: $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ -ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain +ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain aquarium all: $(ALL) @@ -100,6 +100,11 @@ P_CHAIN_OBJ = property_chain.o property_chain : $(P_CHAIN_OBJ) $(CC) -o $@ $? $(LIBS) + +AQUARIUM_OBJ = aquarium.o +aquarium : $(AQUARIUM_OBJ) + $(CC) -o $@ $? $(LIBS) + debug: $(TARGET) sudo ppu-gdb ./$(TARGET)