prof update and cleaning
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 19 Jan 2009 01:46:58 +0000 (20:46 -0500)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 19 Jan 2009 01:46:58 +0000 (20:46 -0500)
Makefile

index e50347d..cad83c9 100644 (file)
--- 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}