From 21b780534acffd05bb603197c5d2e803815c9800 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Thu, 30 Apr 2026 11:36:54 +0200 Subject: pnr: fix typo in Makefile there was a typo in the makefile for "make compile". --- pnr/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnr/makefile b/pnr/makefile index f65bea4..545df56 100644 --- a/pnr/makefile +++ b/pnr/makefile @@ -36,7 +36,7 @@ $(PROJECT).qpf: $(SOURCE_FILES) compile: $(PROJECT).qpf flowsummary.log flowsummary.log: $(SOURCE_FILES) - (quartus_sh --64bit -t ../../scripts/quartus_project_flow.tcl \ + quartus_sh --64bit -t ../../scripts/quartus_project_flow.tcl \ -projectname $(PROJECT) -process compile prog: $(PROJECT).qpf flowsummary.log -- cgit v1.2.3