From e59e3e8973c1acb1e4548c17b945eae4d68ef4d5 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Thu, 25 May 2017 22:44:29 +0200 Subject: Add a meson build file. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d306675..4a85396 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ SHELL=/bin/sh prefix=/usr/local -DMAGICK_VERSION=0.1.1 +DMAGICK_VERSION=0.2.0 OS=$(shell uname || uname -s) ARCH=$(shell arch || uname -m) -- cgit v1.2.3