Files
LDD-LinuxDeviceDrivers/Makefile
2016-11-20 22:15:54 +08:00

20 lines
222 B
Makefile

all:github
GITHUB_COMMIT := $(COMMIT)
ifeq ($(COMMIT), )
GITHUB_COMMIT="linux-cpu变频节能子系统cpufreq..."
endif
.PHONY : github
github:
git add -A
git commit -m $(GITHUB_COMMIT)
git push origin master