diff options
author | Christian Hesse <mail@eworm.de> | 2013-09-25 16:49:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-09-25 16:49:25 +0200 |
commit | d35ced607b715b38aaae37755a568ca6229a98ba (patch) | |
tree | af5b7ac3b09a9870d8f7e8abcf2e56538845d6de /Makefile | |
parent | 530c94b167992d92673b7e68c858be0d2da6a2da (diff) | |
download | nthash-d35ced607b715b38aaae37755a568ca6229a98ba.tar.gz nthash-d35ced607b715b38aaae37755a568ca6229a98ba.tar.zst |
drop version from Makefile, we do not use it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ INSTALL := install RM := rm CFLAGS += -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs nettle) -VERSION = $(shell git describe --tags --long) all: nthash |