diff Makefile.macosx @ 4:e089ac9ea221

greenclab add. not complete...
author tkaito
date Sun, 06 Jun 2010 06:47:45 +0900
parents dca6d5d2ef46
children b87dcc11a6d0
line wrap: on
line diff
--- a/Makefile.macosx	Sun Jun 06 05:23:51 2010 +0900
+++ b/Makefile.macosx	Sun Jun 06 06:47:45 2010 +0900
@@ -20,7 +20,7 @@
 viewer : $(VIEWER_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
-DANDY_OBJ = dandy.o title.o game_over.o mydandy.o game_scene01.o 
+DANDY_OBJ = dandy.o title.o game_over.o mydandy.o game_scene01.o greenclab.o
 dandy : $(DANDY_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)