1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-06-02 03:15:40 +02:00

Force regeneration of hash

This commit is contained in:
Anthony Scemama 2021-11-08 20:08:42 +01:00
parent 42bf7ce94c
commit 568991af37

View File

@ -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