~toykeeper/flashlight-firmware/fsm

1
2
3
4
5
6
7
all:
	./build-all.sh

clean:
	rm -f cfg-*.h *.hex *~ *.elf *.o

.phony: clean