Welcome to little lamb

Code » qmdoc » commit 6ae2367

Makefile: Fix not checking out comain's version

author Olivier Brunel
2023-02-04 21:10:12 UTC
committer Olivier Brunel
2023-02-06 10:03:51 UTC
parent 0e29d69235743efbd973e182c4f12cb5a2e5f08f

Makefile: Fix not checking out comain's version

Makefile +1 -0

diff --git a/Makefile b/Makefile
index 2fe6a11..3518bf4 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ configure common.mk:
 
 comain:
 	git clone git://lila.oss/comain.git
+	git checkout $(shell cat meta/deps/comain/version)
 
 config.mk: | configure common.mk
 	$(error Please run ./configure to set things up.)