summaryrefslogtreecommitdiff
path: root/src/util/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-07 09:42:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-07 09:42:38 +0000
commit0c7137ff9e9064e4e5cdde7647be49044b195d96 (patch)
tree3cdd71bba6f15016141173328a9ade6418f64d4e /src/util/make.code.defn
parent028410bc220f10cbe28104035ee3d38e6ba8cdfa (diff)
Routine to create new directories CCTK_mkdir
git-svn-id: http://svn.cactuscode.org/flesh/trunk@878 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/make.code.defn')
-rw-r--r--src/util/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/make.code.defn b/src/util/make.code.defn
index a11d4721..476e69eb 100644
--- a/src/util/make.code.defn
+++ b/src/util/make.code.defn
@@ -1,6 +1,7 @@
SRCS=\
BinaryTree.c\
CactusTimers.c\
+File.c\
ParseFile.c\
RegisterKeyedFunction.c\
StoreKeyedData.c\