aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-26 16:41:50 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-26 16:41:50 +0100
commitc4da3559760351467f421a234d4240ef6670f396 (patch)
treed19f2fbb3891744f9741d044a65cf220221bc4a8 /Makefile
parent7dd00b2267d991a102f18eacf3e2afacb570a299 (diff)
downloadmux-c4da3559760351467f421a234d4240ef6670f396.tar.gz
mux-c4da3559760351467f421a234d4240ef6670f396.tar.bz2
mux-c4da3559760351467f421a234d4240ef6670f396.zip
implement stdio and add mini shell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55c4b27..1d20a43 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ monitor:
cycle:
@make clean && \
make > /dev/null && \
+ make size && \
read -p "Press enter to proceed with upload..." nothing && \
make upload