Skip to content

Instantly share code, notes, and snippets.

@kianryan
Created July 25, 2022 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kianryan/37fd8ae5db3be752b995479b463b5a3c to your computer and use it in GitHub Desktop.
Save kianryan/37fd8ae5db3be752b995479b463b5a3c to your computer and use it in GitHub Desktop.
Makefile for badgeroom
.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