]> git.plutz.net Git - rpi_small/blob - teesock.mk
f3165c1fc785d8f2545f514b11cc832dc72102ed
[rpi_small] / teesock.mk
1 teesock/teesock.arm: teesock/teesock.c teesock/Makefile
2         make -C "$(dir $@)" "$(notdir $@)"
3         chmod 755 "$@"
4
5 files/usr/local/bin/teesock: teesock/teesock.arm
6         mkdir -p files/usr/local/bin
7         chmod 755 files/usr/ files/usr/local/ files/usr/local/bin/
8         cp -av "$<" "$@"
9
10 raspi.img: files/usr/local/bin/teesock