Commit 62875db7e1c9355c1f994e05523150b686a0698b

Thomas de Grivel 2023-02-04T04:04:38

make build depend on gen

diff --git a/Makefile b/Makefile
index 92bfc2f..71870db 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
 ## AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
 ## THIS SOFTWARE.
 
-build:
+build: gen
 	${MAKE} -C libtommath build
 	${MAKE} -C ucd2c build
 	${MAKE} -C libc3 build
@@ -19,7 +19,7 @@ build:
 	${MAKE} -C c3s build
 	${MAKE} -C test build
 
-all:
+all: gen
 	${MAKE} -C libtommath all
 	${MAKE} -C ucd2c all
 	${MAKE} -C libc3 all