mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 20:10:58 +00:00
This commit is contained in:
parent
a9a9ad5155
commit
4e937486f5
14
makefile
14
makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user