aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-03-03 10:52:16 +0100
committerBert <ber.t@gmx.com>2011-03-03 10:52:16 +0100
commit00d4b0f7cf6742a66f2bac262d5a3b3a9d0cc275 (patch)
tree9afbe75728e2077c50b3252548216e5ab44b5836 /Makefile
parent50e8fbf7b3261668f213e0b46523084bc7966c69 (diff)
downloadnsxiv-00d4b0f7cf6742a66f2bac262d5a3b3a9d0cc275.tar.zst
Use "/bin/sh -c" for external commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c49d2ee..e3882bc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: sxiv
-VERSION=git-20110301
+VERSION=git-20110303
CC?=gcc
PREFIX?=/usr/local