mirror of
https://github.com/mintty/wsltty.git
synced 2025-11-07 10:31:51 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb1bf601e9 | ||
|
|
adc7036609 | ||
|
|
fef944e1bb |
13
makefile
13
makefile
@@ -10,16 +10,16 @@
|
||||
|
||||
|
||||
# wsltty release
|
||||
ver=3.7.1
|
||||
ver=3.7.4
|
||||
|
||||
# wsltty appx release - must have 4 parts!
|
||||
verx=3.7.1.1
|
||||
verx=3.7.4.1
|
||||
|
||||
|
||||
##############################
|
||||
# mintty release version
|
||||
|
||||
minttyver=3.7.1
|
||||
minttyver=3.7.4
|
||||
|
||||
##############################
|
||||
|
||||
@@ -73,10 +73,15 @@ WINSDKVER=`regtool list '$(WINSDKKEY)' | sed -e '$$ q' -e d`
|
||||
|
||||
all: all-$(notdir $(CURDIR))
|
||||
|
||||
all-wsltty: check pkg
|
||||
# targets and version checking
|
||||
|
||||
all-wsltty: check committed pkg
|
||||
|
||||
all-wsltty.appx: appx
|
||||
|
||||
committed:
|
||||
if git status -suno | sed -e "s,^..,," | grep .; then false; fi
|
||||
|
||||
#############################################################################
|
||||
# target checking and some defs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user