diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-08-10 12:43:26 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-08-10 12:43:26 +0200 |
commit | 1753e2b151cbb4af75a4e9ea61720b3704b03805 (patch) | |
tree | 6265e9829a6d6b76ddae13de2138ef8f1c657ccd /Makefile | |
parent | c11dd0eae09df4982459a34d764910d0501f2ae2 (diff) | |
download | polecat-1753e2b151cbb4af75a4e9ea61720b3704b03805.tar.gz polecat-1753e2b151cbb4af75a4e9ea61720b3704b03805.zip |
a lot of changes […]0.1.3
- go to next entry of argv and decrement argc the deeper it goes
- add basic lutris functionality
- remove "help" from help message and as a command
- replace all stderr prints with stdout prints (usually stderr is better for directly informing the user but in this case I don't think it will help much)
- add libarchive dependency to the README
- bump version number
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # GENERAL VARIABLES NAME := polecat -VERSION := 0.1.2 +VERSION := 0.1.3 TARGET ?= debug DEBUG := 0 ifeq ($(TARGET),debug) |