~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/fireflies-ui/Makefile

  • Committer: Selene Scriven
  • Date: 2019-05-18 09:33:40 UTC
  • mfrom: (188.1.228 fsm)
  • Revision ID: bzr@toykeeper.net-20190518093340-ek7lrsx64d78x6ao
merged updates from fsm branch, because it has been way too long since the last time

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
        ./build-all.sh
 
3
 
 
4
clean:
 
5
        rm -f *.hex cfg-*.h *~ *.elf *.o
 
6
 
 
7
.phony: clean