aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e036d6f..84908b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
- ARCH := x86_64-linux
+ ARCH := verilog-linux
endif
ifeq ($(UNAME_S),Darwin)
- ARCH := x86_64-macosx
+ ARCH := verilog-macosx
endif
-COMPCERTRECDIRS := lib common x86_64 x86 backend cfrontend driver exportclight cparser
+COMPCERTRECDIRS := lib common verilog backend cfrontend driver exportclight cparser
COQINCLUDES := -R src/common vericert.common \
-R src/extraction vericert.extraction \