X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=Makefile;h=cad83c99ca8be5db04a3722d0e521d56f9f64344;hp=e50347dde3b48217fb3e95b09773a45297e095fa;hb=06699cc74060b88a5f37dbb28d5764edba11c3f5;hpb=16f1445959244e40f1d68afb175a87c613e4b6f0 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}