diff c/regexParser/Makefile @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents 7809fb223dc9
children 8ce93ffaf1ad
line wrap: on
line diff
--- a/c/regexParser/Makefile	Tue Nov 24 14:38:26 2015 +0900
+++ b/c/regexParser/Makefile	Tue Nov 24 17:07:08 2015 +0900
@@ -3,7 +3,7 @@
 CC= clang++
 
 SRCS_TMP = $(wildcard *.cc)
-SRCS_EXCLUDE =  # 除外するファイルを書く
+SRCS_EXCLUDE =  determinize.cc
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cc=.o)