diff c/regexParser/Makefile @ 153:e2e717fbeb2f pairPro

fix
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 18 Dec 2015 14:02:41 +0900
parents 1c9e8ba64f6a
children d7f762404113
line wrap: on
line diff
--- a/c/regexParser/Makefile	Wed Dec 16 17:28:53 2015 +0900
+++ b/c/regexParser/Makefile	Fri Dec 18 14:02:41 2015 +0900
@@ -3,7 +3,7 @@
 CC= clang++
 
 SRCS_TMP = $(wildcard *.cc)
-SRCS_EXCLUDE =  determinize.cc subsetConstraction.cc
+SRCS_EXCLUDE =  determinize.cc
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cc=.o)