OSDN Git Service

removed an error-target source file. it seems to be just for test only
authorTullio R. Satoh <tullio@sofken.com>
Sat, 5 Jan 2013 14:09:38 +0000 (23:09 +0900)
committerTullio R. Satoh <tullio@sofken.com>
Sat, 5 Jan 2013 14:09:38 +0000 (23:09 +0900)
test/Makefile.in

index 1a6ff1f..73717e3 100644 (file)
@@ -1,6 +1,6 @@
 CC=@CC@
 CXX=@CXX@
-SRCS=test_particle.cc test_particles.cc test_filter.cc test_edit.cc
+SRCS=test_particle.cc test_particles.cc test_filter.cc
 OBJS=$(SRCS:.cc=.o)
 TARGETS=$(SRCS:.cc=)
 CFLAGS=-I/usr/local/include/cutter -I. -I../src  -g -Wall