diff options
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) |