commit | a9f16c649560f257f3466ce75d6794ce648d39a2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 02 14:46:21 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 02 17:48:42 2021 +0200 |
tree | 2c2c00c1debb09e16e9a126045ea86055a946b0a | |
parent | c4710e14fecea09ea52c349bc6cbb09ed5464548 [diff] |
BUILD: makefile: build halog with the correct flags halog currently emits lots of warnings because it does not benefit from the default flags. Let's update the main makefile to build it by itself and remove the other one. The sub-project's makefile was replaced with A readme indicating how to build it.