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 539425d + a456558 commit 1798af9Copy full SHA for 1798af9
benchmarks/LIBRARIES/models/plug/Makefile
@@ -3,10 +3,10 @@ SRC = \
3
java/lang/boolean.cpp \
4
# Empty
5
6
-INCLUDES= -I . -I include -I ../../../src -I ../../../../../$(CPROVER_DIR)
+INCLUDES= -I . -I include -I ../../../src -I ../../../../$(CPROVER_DIR)
7
8
-include ../../../../../$(CPROVER_DIR)/config.inc
9
-include ../../../../../$(CPROVER_DIR)/common
+include ../../../../$(CPROVER_DIR)/config.inc
+include ../../../../$(CPROVER_DIR)/common
10
11
CLEANFILES = models-library$(LIBEXT)
12
0 commit comments