X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fdir.mk;h=5f46c30d83593d5cde9e2d672a0613561e694a73;hp=886c693eb832edde9bb3220010afc81b6d193d2e;hb=2688190c40c02fd4f839c4a7d5c671744bbdc2ad;hpb=06699cc74060b88a5f37dbb28d5764edba11c3f5 diff --git a/src/dir.mk b/src/dir.mk index 886c693..5f46c30 100644 --- a/src/dir.mk +++ b/src/dir.mk @@ -18,7 +18,7 @@ NEWSRCS += debug.cpp # Post dir setup -CURDIR := +CURDIR := ./ NEWSRCS := $(addprefix ${CURDIR},${NEWSRCS}) NEWOBJS := ${NEWSRCS:.cpp=.o}