remove unnecessary dependency from makefile

This commit is contained in:
Brendan Haines 2021-07-02 01:15:35 -06:00
parent eb88f855df
commit e0f577e154

View File

@ -6,7 +6,7 @@ PIN_DEF = constraints/pins.pcf
SOURCE_V = $(wildcard hdl/*.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):
mkdir -p $(BUILD_DIR)