Issue #14 - Add Makefile with bash and help commands #16

Closed
dlack wants to merge 1 commits from dlack/dmzOS:Issue14-Makefile into main
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"