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