(build) rename makefile to makefile.dev to ease cmake BuildExternal (fix #261)

This commit is contained in:
Benjamin Sergeant 2020-12-22 21:42:39 -08:00
parent 461a645704
commit 1d0432c8c5
5 changed files with 7 additions and 2 deletions

View File

@ -2,3 +2,4 @@ build
CMakeCache.txt
ws/CMakeCache.txt
test/build
makefile

View File

@ -15,7 +15,7 @@ COPY --chown=app:app . /opt
WORKDIR /opt
USER app
RUN make ws_mbedtls_install && \
RUN make -f makefile.dev ws_mbedtls_install && \
sh tools/trim_repo_for_docker.sh
FROM alpine:3.12 as runtime

View File

@ -2,6 +2,10 @@
All changes to this project will be documented in this file.
## [11.0.6] - 2020-12-22
(build) rename makefile to makefile.dev to ease cmake BuildExternal (fix #261)
## [11.0.5] - 2020-12-17
(ws) Implement simple header based websocket authorization technique to reject

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.0.5"
#define IX_WEBSOCKET_VERSION "11.0.6"