diff options
author | Bert <ber.t@gmx.com> | 2011-07-22 14:49:06 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-07-22 14:49:06 +0200 |
commit | a271e167443aedca2ed9c28b51fc6de33692dadb (patch) | |
tree | 01d2e58d2aa579de2abf8e609612721eb4a7b7dd /Makefile | |
parent | 5f780fc3e77aef1f1b87fdd6662a7caee6efbc3b (diff) |
Reduced usage of preprocessor macros
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all: sxiv -VERSION = 0.8.2 +VERSION = git-20110722 CC = gcc DESTDIR = |