mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 01:56:13 +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)
|
BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f)
|
||||||
|
|
||||||
.git_hash:
|
.git_hash: FORCE
|
||||||
git log | head -1 | cut -d ' ' -f 2 > .git_hash
|
git log | head -1 | cut -d ' ' -f 2 > .git_hash
|
||||||
|
|
||||||
|
all: .git_hash
|
||||||
|
|
||||||
|
|
||||||
$(SOURCES): $(trexio_f)
|
$(SOURCES): $(trexio_f)
|
||||||
src/trexio.c: $(trexio_h)
|
src/trexio.c: $(trexio_h)
|
||||||
@ -260,3 +262,4 @@ CLEANFILES += $(pytrexio_c) \
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
.PHONY: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user