Remove v from VERSION
This commit is contained in:
parent
0d70d53df9
commit
7ffd9cbdb2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ CC ?= gcc
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
VERSION = $(shell git describe --always | tail -c +2)
|
VERSION = $(shell git describe --always | tail -c +2)
|
||||||
LIBS = -lpcap
|
LIBS = -lpcap
|
||||||
CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"v$(VERSION)\"
|
CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"$(VERSION)\"
|
||||||
LDFLAGS += $(LIBS)
|
LDFLAGS += $(LIBS)
|
||||||
|
|
||||||
.PHONY: clean install release release/osx release/linux release/win32
|
.PHONY: clean install release release/osx release/linux release/win32
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue