diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ .PHONY: hexedit hexedit: octedit + sleep 1 $(MAKE) -C hexedit serial .PHONY: octedit octedit: $(MAKE) -C octedit flash - |