aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Make dev depend on buildOlivier Mehani2019-08-291-1/+3
| | | | | | Also, run `npm install` before building. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Makefile fixes for non GNU systemsOlivier Mehani2018-08-181-0/+53
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>