Issue #14 - Added Makefile with bash and help commands

This commit is contained in:
dlack 2024-02-23 19:04:24 +01:00
parent e932f929fd
commit 5db6e5fae6
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -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"