From 8df9aa86a0bee5f12072bd5ac357199cfc54acb7 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 6 Jun 2011 20:36:19 +0000 Subject: [PATCH] small changes in Makefile git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@356 e52654a7-88a9-db11-a3e9-0013d4bc506e --- src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index a35a628..482f78f 100755 --- a/src/Makefile +++ b/src/Makefile @@ -7,9 +7,7 @@ ezc.a: $(o) ar rcs ezc.a $(o) -.SUFFIXES: .cpp .o - -.cpp.o: +%.o: %.cpp $(CXX) -c $(CXXFLAGS) $<