From 06699cc74060b88a5f37dbb28d5764edba11c3f5 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 18 Jan 2009 20:46:58 -0500 Subject: [PATCH] prof update and cleaning --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} -- 2.10.2