aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Revert PG on Travis about drop/create the databaseJeremy Benoist2019-01-231-6/+0
|
* Fix PG & Travis drop/create databaseJeremy Benoist2019-01-231-0/+6
|
* 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>