From 9c3fdb986203c820e883b1171e9b75d05aa95504 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 24 Mar 2021 13:02:03 +0000 Subject: [PATCH] - ghdl.mk copygtkw to build - added mrproper git-svn-id: http://moon:8086/svn/vhdl/trunk@1514 cc03376c-175c-47c8-b038-4cd826a8556b --- Common/make/ghdl.mk | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Common/make/ghdl.mk b/Common/make/ghdl.mk index 1703d47..92ba9a7 100644 --- a/Common/make/ghdl.mk +++ b/Common/make/ghdl.mk @@ -56,6 +56,7 @@ all: analyze $(WORK_DIR): mkdir -p $@ + cp $(TARGET).gtkw $(BUILD_DIR) syntax: $(GHDL) -s $(GHDL_OPTS) $(SRCS) diff --git a/Makefile b/Makefile index eb36a72..6ef7c0a 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ run: clean: $(INSTR) +mrproper: + $(INSTR) +