mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Revert "fallback for Makefile version if its not a git checkout (tarball)"
This commit is contained in:
parent
ecfb708294
commit
a55c051c28
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +0,0 @@
|
|||||||
src/Makefile export-subst
|
|
@ -80,7 +80,7 @@ CC_WIN_64 := x86_64-w64-mingw32-gcc
|
|||||||
##
|
##
|
||||||
|
|
||||||
COMPTIME := $(shell date +%s)
|
COMPTIME := $(shell date +%s)
|
||||||
VERSION_TAG := $(shell git describe --tags --dirty=+ || echo '$Format:%D$'|sed -r 's/.* ([^ ]+$)/\1/')
|
VERSION_TAG := $(shell git describe --tags --dirty=+)
|
||||||
|
|
||||||
##
|
##
|
||||||
## Compiler flags
|
## Compiler flags
|
||||||
|
Loading…
Reference in New Issue
Block a user