aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-17 14:55:23 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-17 14:55:23 +0100
commit9ba75dc996009a7a01960fce72a25d43c557f542 (patch)
tree11507e8a3c626646230013180e4a58bcc8425259 /Makefile
parent11b738182df0f6ceacd4e3dd1a1fd9fb5d1ce713 (diff)
downloadvericert-9ba75dc996009a7a01960fce72a25d43c557f542.tar.gz
vericert-9ba75dc996009a7a01960fce72a25d43c557f542.zip
Add Simulator.v
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c26d57..1d328ec 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ COQMAKE := "$(COQBIN)coq_makefile"
COQUPDIRS := translation common verilog
VSSUBDIR := $(foreach d, $(COQUPDIRS), src/$(d)/*.v)
-VS := src/Compiler.v $(VSSUBDIR)
+VS := src/Compiler.v src/Simulator.v $(VSSUBDIR)
PREFIX ?= .