From: Patrik Gornicz Date: Mon, 19 Jan 2009 01:46:58 +0000 (-0500) Subject: prof update and cleaning X-Git-Tag: v0.09~5 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=06699cc74060b88a5f37dbb28d5764edba11c3f5 prof update and cleaning --- diff --git a/Makefile b/Makefile index e50347d..cad83c9 100644 --- a/Makefile +++ b/Makefile @@ -162,8 +162,8 @@ val: all .PHONY: prof prof: run - cd ${WORKINGDIR}; gprof -b ${TARGETNAME} > src/prof - kprof -f prof + cd ${WORKINGDIR}; gprof -b ${TARGETNAME} > prof + cd ${WORKINGDIR}; kprof -f prof MINGMAKEARGS := "LIBGL := -lopengl32 -lglu32" \ @@ -188,4 +188,5 @@ final: ${Q1}${PRNTFMT} "make" "final" ${Q2}${MAKE} ${FINALMAKEARGS} clean all + -include ${DEPS}