1
0
Fork 0
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:
Raymond Li 2021-03-30 17:25:02 -04:00 committed by GitHub
parent 4c45ff17c3
commit 73a793d419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \
"--------------------------------------------------------------------------------"