mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-21 20:04:05 +01:00
Force regeneration of hash
This commit is contained in:
parent
42bf7ce94c
commit
568991af37
@ -187,9 +187,11 @@ CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h)
|
||||
|
||||
BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f)
|
||||
|
||||
.git_hash:
|
||||
.git_hash: FORCE
|
||||
git log | head -1 | cut -d ' ' -f 2 > .git_hash
|
||||
|
||||
all: .git_hash
|
||||
|
||||
|
||||
$(SOURCES): $(trexio_f)
|
||||
src/trexio.c: $(trexio_h)
|
||||
@ -260,3 +262,4 @@ CLEANFILES += $(pytrexio_c) \
|
||||
|
||||
endif
|
||||
|
||||
.PHONY: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user