From 7d7a705cf28629033b701b991731c1b039375cd0 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 6 Jan 2022 11:33:44 +0100 Subject: [PATCH] :memo: add makefile --- methodology-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/methodology-development.md b/methodology-development.md index 90226ea..203109f 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -164,6 +164,7 @@ Context: * Collaboration (tools: [csvbox](https://csvbox.io/), [pyodide](https://github.com/pyodide/pyodide)) * Resolve [Joel's 12 Questions](https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/) * keeping the repo nice ![Coverage badge][coverage-badge] + * keep repo nice with [makefile](https://makefiletutorial.com/) * **Misc** * [Things you should do now](https://secure.phabricator.com/book/phabflavor/article/things_you_should_do_now/) * Follow [naming conventions](https://visualgit.readthedocs.io/en/latest/pages/naming_convention.html)