Skip to content
Snippets Groups Projects
Commit 177dd5be authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Make version depend on git tag

parent ae810f59
Branches
Tags
No related merge requests found
TARGET=md5toc
MD5TOC_VERSION=20160721
MD5TOC_VERSION=$(shell git describe | sed -e 's/^v//')
SOURCES=Makefile md5toc.c md5toc.spec config.h md5.c md5.h
CFLAGS=-Wall -Werror -I. -DMD5TOC_VERSION='"$(MD5TOC_VERSION)"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment