44 Star 198 Fork 53

adai.design/homehub

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Makefile 385 Bytes
Copy Edit Raw Blame History
adai.design authored 2018-11-22 23:56 +08:00 . 细节调整
# HomeMaster 客户端程序编译
all:
GOOS=linux GOARCH=mipsle go build -o build/files/tmp/homemaster -ldflags "-s -w"
ko:
@cd driver && make
@mv driver/homemaster.ko build/files/lib/modules/3.18.29/
remote:
scp -r build/files/tmp/homemaster root@homemaster.local:/tmp/
home:
scp -r build/files/tmp/homemaster root@home.local:/tmp/
clean:
rm -rf build/files/tmp/homemaster
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/adaidesigner/homehub.git
git@gitee.com:adaidesigner/homehub.git
adaidesigner
homehub
homehub
master

Search