From 7bdab68b6e531e0260d199eb96af243b085bdc1a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 15 Apr 2018 15:04:54 -0400 Subject: Add COQLIBS to display targets As per https://github.com/mit-plv/fiat-crypto/issues/344#issuecomment-381424442 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f90413e96..b8989ace4 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ $(DISPLAY_NON_JAVA_VO:.vo=.log) : %Display.log : %.vo src/Compilers/Z/CNotations $(DISPLAY_NON_JAVA_VO:.vo=.log) : %.log : %.v $(SHOW)'COQC $< > $@' - $(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(COQFLAGS) $< > $@.tmp + $(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(COQFLAGS) $(COQLIBS) $< > $@.tmp $(HIDE)sed s'/\r\n/\n/g' $@.tmp > $@ && rm -f $@.tmp DISPLAY_X25519_C64_VO := $(filter src/Specific/X25519/C64/%,$(DISPLAY_NON_JAVA_VO)) -- cgit v1.2.3