mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Skip printing compile instructions
since make follows configure immediately in the build script that users should be using
This commit is contained in:
parent
4c45ff17c3
commit
73a793d419
1 changed files with 6 additions and 5 deletions
11
configure.ac
11
configure.ac
|
@ -159,9 +159,10 @@ AS_HELP_STRING([is release version:], [${is_release}])
|
|||
|
||||
AS_HELP_STRING([enable debug flags:], [${ax_enable_debug}])
|
||||
AS_HELP_STRING([code coverage:], [${CODE_COVERAGE_ENABLED}])
|
||||
AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])
|
||||
AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])"
|
||||
|
||||
To compile, run:
|
||||
|
||||
cd `pwd` && make
|
||||
--------------------------------------------------------------------------------"
|
||||
#To compile, run:
|
||||
#
|
||||
# cd `pwd` && make
|
||||
echo \
|
||||
"--------------------------------------------------------------------------------"
|
||||
|
|
Loading…
Reference in a new issue