mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-19 10:26:03 +08:00
14 lines
144 B
Makefile
14 lines
144 B
Makefile
all:github
|
|
|
|
|
|
|
|
COMMIT="完善了thread_info的学习..."
|
|
|
|
.PHONY : github
|
|
github:
|
|
git add -A
|
|
git commit -m $(COMMIT)
|
|
git push origin master
|
|
|
|
|