mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-19 19:14:17 +08:00
14 lines
169 B
Makefile
14 lines
169 B
Makefile
all:github
|
|
|
|
|
|
|
|
COMMIT="更新了CFS调度器类的学习实例和博客信息..."
|
|
|
|
.PHONY : github
|
|
github:
|
|
git add -A
|
|
git commit -m $(COMMIT)
|
|
git push origin master
|
|
|
|
|