aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-07-12 23:40:38 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-07-12 23:40:38 -0500
commitd6ff9f5bda85206d163f02f7cc78e47968c434ce (patch)
treeaf3e8a4a6c8229e28f7f7c48da06276073e63d98 /Makefile
parent17d59ac15b87588de2228aa768e99b5bbca4561c (diff)
Fix automated serial input
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fa25f4..6c79d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.PHONY: hexedit
hexedit: octedit
+ sleep 1
$(MAKE) -C hexedit serial
.PHONY: octedit
octedit:
$(MAKE) -C octedit flash
-