From b25501acffb8fa761832dfe9ad1a3138b165ff90 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 13 Nov 2021 23:00:52 +0000 Subject: Remove verilator from Makefile --- benchmarks/polybench-syn/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/polybench-syn/common.mk') diff --git a/benchmarks/polybench-syn/common.mk b/benchmarks/polybench-syn/common.mk index 4d450e8..0913bf5 100644 --- a/benchmarks/polybench-syn/common.mk +++ b/benchmarks/polybench-syn/common.mk @@ -34,6 +34,7 @@ clean: rm -f *.clog rm -f *.tmp rm -f $(TARGETS) + rm -rf *.verilator .PRECIOUS: %.v %.gcc %.iver .PHONY: all clean -- cgit