aboutsummaryrefslogtreecommitdiff
path: root/works/life/computer-organization-experiment/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'works/life/computer-organization-experiment/Makefile')
-rw-r--r--works/life/computer-organization-experiment/Makefile3
1 files changed, 3 insertions, 0 deletions
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: