Created
July 25, 2022 10:48
-
-
Save kianryan/37fd8ae5db3be752b995479b463b5a3c to your computer and use it in GitHub Desktop.
Makefile for badgeroom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DEFAULT_GOAL := send_app | |
PORT=/dev/ttyS4 | |
PYBOARD=tools/pyboard.py | |
PYTHON=python3 | |
send_app: | |
$(PYTHON) $(PYBOARD) -d $(PORT) -f cp badge/*.py : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment