aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-07-31 17:26:09 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-07-31 17:26:09 +0200
commit1db300d8815b5f997dd6f992e4ca416537018c2f (patch)
tree77cf0330be07b8553bc46f53f0e302a9cb81d561 /Makefile
parentaabfdfe3fcbcf718b30872c98568581d7e7e6cca (diff)
downloadpolecat-1db300d8815b5f997dd6f992e4ca416537018c2f.tar.gz
polecat-1db300d8815b5f997dd6f992e4ca416537018c2f.zip
implement running wine from polecat and more0.1.2
- implement running wine from polecat directly and pass all arguments to wine (default wine prefix is still $HOME/.wine) - add command to list installed wine versions (lists all directories, needs to be improved) - rename wine install to wine download - replace deprecated support_compression_all with support_filter_all - comment out DXVK command until its further implemented - use PATH_MAX for strings holding paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0361e08..5aedaf9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# GENERAL VARIABLES
NAME := polecat
-VERSION := 0.1.1
+VERSION := 0.1.2
TARGET ?= debug
DEBUG := 0
ifeq ($(TARGET),debug)