From 7fcc860e1283667255c592638394cc10bb882302 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 3 Oct 2020 20:06:40 +0100 Subject: Fix Makefile for verilog backend --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 \ -- cgit