Mercurial > hg > Game > Cerium
diff example/Bulk/Makefile.cell @ 1052:a0ea7d9b6faf draft
Makefile utf-8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 10 Dec 2010 23:09:12 +0900 |
parents | c7199f162b64 |
children |
line wrap: on
line diff
--- a/example/Bulk/Makefile.cell Thu Dec 09 22:30:32 2010 +0900 +++ b/example/Bulk/Makefile.cell Fri Dec 10 23:09:12 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)