From 3396eeefdd371dacb6444d3228ff8aa9b3bfcec6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 29 Dec 2020 21:41:15 +0100 Subject: [PATCH] missing quote, Thanks @aveao for pointing it out! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7e942f58..3fd900b42 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ help: @echo "+ fpga_compress - Make tools/fpga_compress" @echo @echo "+ style - Apply some automated source code formatting rules" - @echo "+ cliparser - Generate cliparser TODO + @echo "+ cliparser - Generate cliparser TODO" @echo "+ check - Run offline tests. Set CHECKARGS to pass arguments to the test script" @echo "+ .../check - Run offline tests against specific target. See above." @echo "+ miscchecks - Detect various encoding issues in source code"