~toykeeper/flashlight-firmware/trunk

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

clean:
	rm -f *.hex cfg-ff-[pr]*.h *~ *.elf *.o

.phony: clean