This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
e38e128950
OpenCloudOS-Kernel
/
samples
/
watchdog
/
Makefile
9 lines
92 B
Makefile
Raw
Blame
History
CC
:=
$(
CROSS_COMPILE
)
gcc
PROGS
:=
watchdog-simple
all
:
$(
PROGS
)
clean
:
rm -fr
$(
PROGS
)
Reference in New Issue
View Git Blame
Copy Permalink