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