From 5db6e5fae653001e244cf826ee4fe0f418d8bb04 Mon Sep 17 00:00:00 2001 From: dlack Date: Fri, 23 Feb 2024 19:04:24 +0100 Subject: [PATCH] Issue #14 - Added Makefile with bash and help commands --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4048cd6 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +bash: + docker-compose run --rm c_toolchain + +.SILENT: help +help: + echo "\$$make bash - Get into a bash shell that is bound to the dmzOS directory" \ No newline at end of file -- 2.30.2