OSDN Git Service

makefile を build target ディレクトリに分離
authornaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sat, 10 Jan 2009 17:39:49 +0000 (17:39 +0000)
committernaruko <naruko@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Sat, 10 Jan 2009 17:39:49 +0000 (17:39 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/unagi@240 24ea1065-a21e-4ca1-99c9-f5125deb0858

client/trunk/Makefile

index 2499519..c48d70d 100644 (file)
@@ -28,3 +28,5 @@ hk.exe: $(OBJ_HK)
        $(CC) -o $@ $(OBJ_HK)
 iodel.exe: iodel.o giveio.o
        $(CC) -o $@ iodel.o giveio.o
+nesheader.exe: $(OBJ_HD)
+       $(CC) -o $@ $(OBJ_HD)