1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 12:34:59 +02:00

tools/Makefile (upload): copy tools to /usr/bin instead of $HOME

This commit is contained in:
Werner Almesberger 2011-04-20 01:04:53 -03:00
parent 6eebf37bab
commit d7d2bd4704

View File

@ -27,4 +27,4 @@ include ../makefiles/Makefile.recurse
.PHONY: upload
upload:
scp `for n in $(DIRS); do echo $$n/$$n; done` $(HOST):
scp `for n in $(DIRS); do echo $$n/$$n; done` $(HOST):/usr/bin/