dashboard
repositories
filestore
activity
search
login
main
/
imx6ull
凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update buildroot install build shell script
guowenxue
2023-06-28
fe3873a5423e587161941ba833bfbd266cc37f6a
[imx6ull.git]
/
yocto
/
meta-igkboard
/
hardknott-lf-5.10.52-2.1.0
/
recipes-hello
/
hello
/
src
/
Makefile
1
2
3
4
5
6
7
8
9
APP_NAME=hello
${APP_NAME}:
${CC} -o $@ $@.c
.PHONY: clean
clean:
rm -rf ${APP_NAME}