From 200ef26f360d19041f5148e75e1f7be0f2c1c30e Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Tue, 11 Oct 2022 20:46:21 +0200 Subject: [PATCH] Correct --- hw/application_fpga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/Makefile b/hw/application_fpga/Makefile index f74c1dd..112c0a1 100644 --- a/hw/application_fpga/Makefile +++ b/hw/application_fpga/Makefile @@ -100,7 +100,7 @@ all: application_fpga.bin (echo "The 'BRAM_FW_SIZE' variable needs to be increased" && false) # can't make implicit rule .PHONY -phone_explicit: +phony_explicit: .PHONY: phony_explicit #-------------------------------------------------------------------