summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2017-01-01 16:49:18 -0800
committerIngy döt Net <ingy@ingy.net>2017-01-02 10:29:32 -0800
commitde19e70b6d53f7df967b74f6946765e3981a1dfc (patch)
treede7cdb6549780be0edbae792b875e5fe8fd52897 /.gitignore
parent2fc6dc0885abf9ce0dd7856a4fa1791caaac5920 (diff)
downloadlibyaml-git-de19e70b6d53f7df967b74f6946765e3981a1dfc.tar.gz
Add a `.makefile` for immediate make targets
We can add various development activities to this alternate Makefile. If you do this first: ``` ln {.,GNU}makefile ``` then you can use the new targets and the old ones without specifying the `.makefile` in make commands and without worrying about bootstrap. ie Before this, to use Makefile targets, you needed to run `./bootstrap` and `./configure` first. This file will proxy all common Makefile targets, first making sure that the Makefile exists.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f1a0b64..5eb86f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
/CMakeCache.txt
/CMakeFiles/
/CTestTestfile.cmake
+/GNUmakefile
/Makefile
Makefile.in
/Testing/