From 9af60bca5cb83866cba9f04aba7e71ac1f83dd16 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 25 Dec 2021 10:43:27 +0800 Subject: import(life): ... --- works/life/computer-organization-experiment/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'works/life/computer-organization-experiment/Makefile') diff --git a/works/life/computer-organization-experiment/Makefile b/works/life/computer-organization-experiment/Makefile index 215a4e5..fe68a53 100644 --- a/works/life/computer-organization-experiment/Makefile +++ b/works/life/computer-organization-experiment/Makefile @@ -1,3 +1,6 @@ +build/cpu.o: build + ghdl analyze --std=08 --workdir=build -fsynopsys cpu.vhdl + all: build/test_bench build: -- cgit v1.2.3