remove unnecessary dependency from makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ PIN_DEF = constraints/pins.pcf
|
|||||||
SOURCE_V = $(wildcard hdl/*.v)
|
SOURCE_V = $(wildcard hdl/*.v)
|
||||||
TESTBENCH_V = $(wildcard hdl/tb/*.v)
|
TESTBENCH_V = $(wildcard hdl/tb/*.v)
|
||||||
|
|
||||||
all: $(BUILD_DIR) $(BUILD_DIR)/$(PROJ).rpt $(BUILD_DIR)/$(PROJ).bin
|
all: $(BUILD_DIR)/$(PROJ).rpt $(BUILD_DIR)/$(PROJ).bin
|
||||||
|
|
||||||
$(BUILD_DIR):
|
$(BUILD_DIR):
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
|
Reference in New Issue
Block a user