Skip to content

Commit b831b9a

Browse files
committed
Updated build config
1 parent 6a42cec commit b831b9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

make/configure.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ help: | toolvars sysvars
162162
@echo " <ARTIFACT>_TEST location of test files of the artifact"
163163
@echo " <ARTIFACT>_TYPE artifact usage type"
164164
@echo " - src - use sources and headers from git"
165-
@echo " - hdr - use headers only from git"
166-
@echo " - pkg - use pkgconfig for configuration"
167-
@echo " - lib - use system headers and -l<libname> flags"
168-
@echo " - opt - use optional configuration"
165+
@echo " - hdr - use headers only from git"
166+
@echo " - pkg - use pkgconfig for configuration"
167+
@echo " - lib - use system headers and -l<libname> flags"
168+
@echo " - opt - use optional configuration"
169169
@echo " <ARTIFACT>_URL location of the artifact git repoisitory"
170170
@echo " <ARTIFACT>_VERSION version of the artifact used for building"
171171
@echo ""

0 commit comments

Comments
 (0)