FStarLang / karamel

KaRaMeL is a tool for extracting low-level F* programs to readable C code
Apache License 2.0
394 stars 58 forks source link

make tests won't link: dist/libbignum.a goes last #456

Open briangmilnes opened 1 month ago

briangmilnes commented 1 month ago

tests/c-tests.exe: tests/c-tests.o dist/libbignum.a $(CC) $^ -o $@

for line 273 in karamel/book/tutorial/Makefile