aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pnr/makefile2
1 files changed, 1 insertions, 1 deletions
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