projects
/
rpi_small
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update service program to serve real frontend
[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 "$<" "$@"