small changes in Makefile

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@356 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2011-06-06 20:36:19 +00:00
parent 2d304a9714
commit 8df9aa86a0
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ ezc.a: $(o)
ar rcs ezc.a $(o)
.SUFFIXES: .cpp .o
.cpp.o:
%.o: %.cpp
$(CXX) -c $(CXXFLAGS) $<