]> andersk Git - libyaml.git/commit
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)
commitde19e70b6d53f7df967b74f6946765e3981a1dfc
treede7cdb6549780be0edbae792b875e5fe8fd52897
parent2fc6dc0885abf9ce0dd7856a4fa1791caaac5920
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.
.gitignore
.makefile [new file with mode: 0644]
This page took 0.068421 seconds and 5 git commands to generate.