]> git.plutz.net Git - rpi_small/blob - teesock.mk
ef2d2d7fd1da40b227997ccc5d48127f898fb767
[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 "$<" "$@"