From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- make.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'make.html.markdown') diff --git a/make.html.markdown b/make.html.markdown index f5352f9e..5269e436 100644 --- a/make.html.markdown +++ b/make.html.markdown @@ -17,7 +17,6 @@ There are many varieties of make in existence, however this article assumes that we are using GNU make which is the standard on Linux. ```make - # Comments can be written like this. # File should be named Makefile and then can be run as `make `. -- cgit v1.2.3