]> andersk Git - libyaml.git/commitdiff
Add a `.makefile` for immediate make targets
authorIngy döt Net <ingy@ingy.net>
Mon, 2 Jan 2017 00:49:18 +0000 (16:49 -0800)
committerIngy döt Net <ingy@ingy.net>
Mon, 2 Jan 2017 18:29:32 +0000 (10:29 -0800)
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.


No differences found
This page took 0.034507 seconds and 5 git commands to generate.