- BUILD_DIR is overidable

git-svn-id: http://moon:8086/svn/vhdl/trunk@1443 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-22 07:38:26 +00:00
parent fd0972e5dd
commit be35445fdb
+1 -1
View File
@@ -13,7 +13,7 @@ IEEE_STD ?= standard
RUN_TIME ?= 1000ns
# Build path
BUILD_DIR := build/$(TARGET)
BUILD_DIR ?= build/$(TARGET)
# Can be pre-initialized by user
RUN_OPTS += --stop-time=$(RUN_TIME)