1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00
This commit is contained in:
mintty 2017-01-30 16:31:17 +01:00
parent a9a9ad5155
commit 4e937486f5

View File

@ -1,5 +1,11 @@
#############################################################################
# default: generate all
# build a wsltty installer package:
# configure ver=... and minttyver= in this makefile
# make targets:
# make [all] to build a distributable installer (default)
# make pkg to build an installer, bypassing the system checks
# make wsltty to build an installer using the local copy of mintty
all: check pkg
# wsltty release
@ -18,12 +24,6 @@ wslbridgever=0.2.1
# release 0.2.1 is updated and complete, no separate frontend build needed:
wslbridge-frontend=
help:
echo configure `ver=...` and `minttyver=` in this makefile
echo run `make` to build a distributable installer
echo run `make pkg` to build an installer, bypassing the system checks
echo run `make wsltty` to build an installer using the local copy of mintty
#############################################################################
# target checking and some defs