Welcome to little lamb

Code » comain » commit 0913786

Makefile: Fix not checking out comain's version

author Olivier Brunel
2023-02-06 10:03:38 UTC
committer Olivier Brunel
2023-02-06 10:03:38 UTC
parent 2d75ba78c954cf766b430f6a75e62ae80a0713ad

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.)