We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988a013 + ee0f124 commit b096106Copy full SHA for b096106
examples/Makefile
@@ -40,7 +40,11 @@ SUBDIRS += verifythis
40
# SUBDIRS_CLEAN += hello
41
SUBDIRS_ALL += dependencies
42
SUBDIRS_CLEAN += dependencies
43
+
44
+HAS_OCAML ?= 1
45
+ifneq (,$(HAS_OCAML))
46
SUBDIRS_ALL += native_tactics
47
+endif
48
SUBDIRS_CLEAN += native_tactics
49
50
FSTAR_ROOT ?= ..
examples/data_structures/Makefile
@@ -1,7 +1,11 @@
1
FSTAR_ROOT ?= ../..
2
include $(FSTAR_ROOT)/mk/test.mk
3
4
5
6
7
all: $(OUTPUT_DIR)/RBTreeIntrinsic_patched.exe
8
9
10
# EXTRACT = RBTreeIntrinsic
11
0 commit comments