From ea6c2656cdf74edcc1f7aa6db74c4807eef57830 Mon Sep 17 00:00:00 2001 From: Adam Gordon Bell Date: Thu, 11 Apr 2024 12:42:44 -0400 Subject: [PATCH] makefile fix (#823) --- blog/_includes/cta/makefile-cta-change.html | 11 ----------- blog/_includes/cta/makefile-cta-control.html | 12 ------------ blog/_includes/cta/makefile-cta.html | 14 ++++++++++++-- 3 files changed, 12 insertions(+), 25 deletions(-) delete mode 100644 blog/_includes/cta/makefile-cta-change.html delete mode 100644 blog/_includes/cta/makefile-cta-control.html diff --git a/blog/_includes/cta/makefile-cta-change.html b/blog/_includes/cta/makefile-cta-change.html deleted file mode 100644 index 559e09caa..000000000 --- a/blog/_includes/cta/makefile-cta-change.html +++ /dev/null @@ -1,11 +0,0 @@ - - \ No newline at end of file diff --git a/blog/_includes/cta/makefile-cta-control.html b/blog/_includes/cta/makefile-cta-control.html deleted file mode 100644 index 58333fcff..000000000 --- a/blog/_includes/cta/makefile-cta-control.html +++ /dev/null @@ -1,12 +0,0 @@ - -If you are looking for a solution to avoid the complexities of Makefile, check out Earthly. -**Earthly** takes the best ideas from Makefile and Dockerfile, and provides understandable and repeatable build scripts, minus the head-scratching parts of the Makefile. - - \ No newline at end of file diff --git a/blog/_includes/cta/makefile-cta.html b/blog/_includes/cta/makefile-cta.html index ae433a72d..de275f421 100644 --- a/blog/_includes/cta/makefile-cta.html +++ b/blog/_includes/cta/makefile-cta.html @@ -1,2 +1,12 @@ -{% include_html cta/makefile-cta-change.html %} -{% include_html cta/makefile-cta-control.html %} \ No newline at end of file + + If you enjoyed this tutorial you might want to grab a copy the **free eBook "Makefile ins and outs"**. In it you'll learn many tips and tricks for structuring builds and scaling up a build process. From how to write a simple Makefile to how to deal with dependencies and everything in between. **Download this free Makefile book right now.** + + + \ No newline at end of file