OSDN Git Service

CommentLexerの内部を実装した。<lexeme>内の終端記号以外の実装を完了した。
[simplecms/utakata.git] / Rakefile
index 26f8e3f..c592350 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -22,9 +22,9 @@ TEST_SRCS = FileList["./test/*.cpp"]
 TEST_OBJECTS = TEST_SRCS.ext("o")
 TEST_OBJECTS.include(OBJS)
 TEST_DEPS = TEST_SRCS.ext("mf")
-TEST_PROGRAMS = TEST_SRCS.ext(".exe")
+TEST_PROGRAMS = TEST_SRCS.ext("")
 
-EXEEXT = ".exe"
+EXEEXT = ""
 
 # lists of clean objects
 CLEAN.include(OBJS, TEST_OBJECTS)