aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 04:40:40 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 04:40:40 +0200
commitd51c60b76da2d4caf8ed780264cfd9b9c1d04471 (patch)
treea28cb7997a315c84cd575a53bb511f89d6834aff
parent4e8077443a40afcf0d3c3c2366a214b15e31182e (diff)
downloadmatcha-threads-d51c60b76da2d4caf8ed780264cfd9b9c1d04471.tar.gz
matcha-threads-d51c60b76da2d4caf8ed780264cfd9b9c1d04471.zip
added docker target to build and launch dev container
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 47c7c90..80f59d0 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,12 @@ else
|| gdb -x util.gdb -ex 'start' example/demo1
endif
+docker: docker/Dockerfile
+ cd docker && ./build.sh
+ docker run -it --rm -v $(PWD):/develop matcha-box:latest
+.PHONY: docker
+
+
clean:
make -C lib clean
rm -f example/demo1 example/demo1.o