aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Load custom.css only if existsSimounet2020-02-071-5/+2
|
* Improve check by using listJeremy Benoist2020-01-131-6/+3
| | | | See https://stackoverflow.com/a/27335439/569101
* Ensure ENV is well defined when using makeJeremy Benoist2020-01-131-1/+11
| | | | | | | | This command should fail before calling other commands (which will fail to because the environment is wrong): ``` ENV=toto make install ```
* ✨ Allow custom styles system wideLuc Didry2019-10-111-2/+5
| | | | Should fix #4060
* 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>