fixed up directory creation
[physics.git] / src / dir.mk
index 886c693..5f46c30 100644 (file)
@@ -18,7 +18,7 @@ NEWSRCS += debug.cpp
 
 # Post dir setup
 
-CURDIR  :=
+CURDIR  := ./
 
 NEWSRCS := $(addprefix ${CURDIR},${NEWSRCS})
 NEWOBJS := ${NEWSRCS:.cpp=.o}