BUILD: makefile: always build the flags utility

This utility is absolutely required for developers and not having it
built by default is a real pain that tends to encourage keeping an
outdated copy somewhere else. Let's have it built by default then,
since it has no dependency and is ultra-small.
This commit is contained in:
Willy Tarreau 2021-04-02 13:59:17 +02:00
parent 074ebcde29
commit 888bda0ace
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ all:
@echo
@exit 1
else
all: haproxy $(EXTRA)
all: haproxy dev/flags/flags $(EXTRA)
endif
endif