diff options
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..d459215 --- /dev/null +++ b/build/Makefile @@ -0,0 +1,4 @@ +SHELL := /bin/bash + +build: + ./build_image.sh |