diff options
Diffstat (limited to 'works/life/computer-organization-experiment/Makefile')
-rw-r--r-- | works/life/computer-organization-experiment/Makefile | 3 |
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: |