a circuit playground express wizard staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
415 B

  1. target = /media/brennen/CIRCUITPY
  2. # wizard staff rings
  3. ring:
  4. cp rings.py $(target)/main.py
  5. cp wzrd_util.py $(target)/
  6. cp blinkenring.py $(target)
  7. #if [ -d $(target)/lib ]; then rm -r $(target)/lib; fi
  8. #cp -r lib $(target)
  9. sync
  10. # little 8-pixel stick
  11. stick:
  12. cp stick.py $(target)/main.py
  13. cp blinkenring.py $(target)
  14. if [ -d $(target)/lib ]; then rm -r $(target)/lib; fi
  15. cp -r gemma_lib $(target)/lib
  16. sync