]> git.defcon.no Git - hm-trp-tool/blob - build-read-tool.sh
I forgot, all source needs README and licensing
[hm-trp-tool] / build-read-tool.sh
1 #!/bin/bash
2 # Couldn't be bothered to make a proper make-file...
3
4 for i in *.c
5 do
6 gcc -c $i
7 done
8
9 gcc read_hm-trp.o hm-trp.o serial.o -o read_hm-trp