diff options
author | crupest <crupest@outlook.com> | 2021-12-25 10:43:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-25 10:43:27 +0800 |
commit | f706f94b04f007d80e997ffa780d04cac609161b (patch) | |
tree | b512757a0e7383adf7b514631e3538ec176dc286 /computer-organization-experiment/Makefile | |
parent | 698e58167599c4ac86c6614c5f87150f138a419b (diff) | |
download | life-f706f94b04f007d80e997ffa780d04cac609161b.tar.gz life-f706f94b04f007d80e997ffa780d04cac609161b.tar.bz2 life-f706f94b04f007d80e997ffa780d04cac609161b.zip |
...
Diffstat (limited to 'computer-organization-experiment/Makefile')
-rw-r--r-- | computer-organization-experiment/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/computer-organization-experiment/Makefile b/computer-organization-experiment/Makefile index 215a4e5..fe68a53 100644 --- a/computer-organization-experiment/Makefile +++ b/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: |