Mercurial > hg > Game > Cerium
diff example/get_segment/Makefile.cell @ 905:c95d9b86bf1f draft
comments
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 19 Jul 2010 20:28:58 +0900 |
parents | cfd20d609ace |
children |
line wrap: on
line diff
--- a/example/get_segment/Makefile.cell Sat Jul 17 15:09:48 2010 +0900 +++ b/example/get_segment/Makefile.cell Mon Jul 19 20:28:58 2010 +0900 @@ -1,7 +1,7 @@ include ./Makefile.def SRCS_TMP = $(wildcard *.cc) -SRCS_EXCLUDE = # 除外するファイルを書く +SRCS_EXCLUDE = # ゅ<ゃ吾 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) OBJS = $(SRCS:.cc=.o)