diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | GNUmakefile | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,3 @@ /bld /GNUmakefile.local +/dep/ diff --git a/GNUmakefile b/GNUmakefile index 419efdb6..0a888d1c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -134,6 +134,10 @@ ifndef MOUNT_DIR MOUNT_DIR=src endif +ifndef DEP_DIR +DEP_DIR=dep +endif + ifndef BUILD_DIR BUILD_DIR=bld endif |