mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-01-03 16:13:36 +08:00
Fix Makefile error msg for unsuporrted engines
Signed-off-by: Ivailo Spasov <ispasov@abv.bg>
This commit is contained in:
parent
c171e05d6c
commit
6034d0392c
2
Makefile
2
Makefile
@ -149,7 +149,7 @@ all: check
|
|||||||
check:
|
check:
|
||||||
if [ "$(ENGSET)" = "false" ]; then \
|
if [ "$(ENGSET)" = "false" ]; then \
|
||||||
echo "You must supply one of the following values for ENGINE:"; \
|
echo "You must supply one of the following values for ENGINE:"; \
|
||||||
echo "csgo, left4dead2, left4dead, css, orangeboxvalve, orangebox, or original"; \
|
echo "left4dead2 or left4dead"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user