aboutsummaryrefslogtreecommitdiff
path: root/works/life/computer-organization-experiment/Makefile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-12-25 10:43:27 +0800
committercrupest <crupest@outlook.com>2021-12-25 10:43:27 +0800
commit9af60bca5cb83866cba9f04aba7e71ac1f83dd16 (patch)
tree97f4588af155fa984dcf4747a3dbd8e65a53f6e6 /works/life/computer-organization-experiment/Makefile
parentad065403bf97561b07171fac03a5e72a45d85caf (diff)
downloadcrupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.tar.gz
crupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.tar.bz2
crupest-9af60bca5cb83866cba9f04aba7e71ac1f83dd16.zip
import(life): ...
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: