summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--GNUmakefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 569901d..b8a7129 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/GNUmakefile.local
/bld/
+/dep/
diff --git a/GNUmakefile b/GNUmakefile
index b8884d6..90d2b0b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -140,6 +140,10 @@ ifndef MOUNT_DIR
MOUNT_DIR=src
endif
+ifndef DEP_DIR
+DEP_DIR=dep
+endif
+
ifndef BUILD_DIR
BUILD_DIR=bld
endif