diff Makefile @ 101:67c843471b77

add name_dictionary.cc
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 02 Jun 2011 19:50:06 +0900
parents c534f339ee8b
children 0c4b7d74e292
line wrap: on
line diff
--- a/Makefile	Thu Jun 02 18:19:07 2011 +0900
+++ b/Makefile	Thu Jun 02 19:50:06 2011 +0900
@@ -1,6 +1,6 @@
 TARGET = main
 CC = g++
-SRCS = main.cc game.cc car.cc col.cc quotanion.cc controler.cc field.cc camera.cc gSprite.cc schedule.cc mytype.cc gFont.cc carNode.cc light.cc title_scene.cc game_time.cc ps2util.cc sjoy.cc 
+SRCS = main.cc game.cc car.cc col.cc quotanion.cc controler.cc field.cc camera.cc gSprite.cc schedule.cc mytype.cc gFont.cc carNode.cc light.cc title_scene.cc game_time.cc ps2util.cc sjoy.cc name_dictionary.cc
 #linda/lindaapi.cc linda.c
 OBJS = ${SRCS:.cc=.o}
 VU1DIR = vu1code
@@ -75,4 +75,5 @@
 light.o:
 title_scene.o:
 game_time.o:
-sjoy.o:
\ No newline at end of file
+sjoy.o:
+name_dictionary.o:
\ No newline at end of file