aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3c2febd..4eaad3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/.build/
+/build/
*.pyc
diff --git a/Makefile b/Makefile
index 450e57b..2752db9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ endif
endef
src_dir := $(abspath .)
-build_dir := $(src_dir)/.build
+build_dir := $(src_dir)/build
cmake_dir := $(build_dir)/cmake
install_dir := $(build_dir)/install
diff --git a/README.md b/README.md
index 8052287..4045246 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Development
Build using CMake.
Depends on libgit2 and SQLite.
-There's a Makefile with useful shortcuts to build the project in the .build/
+There's a Makefile with useful shortcuts to build the project in the "build/"
directory:
make build