]> git.defcon.no Git - hm-trp-tool/blob - build.sh
8c2c6941d2fa8a68dc15d5684b4058ea8428ea06
[hm-trp-tool] / build.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