Files
LDD-LinuxDeviceDrivers/Makefile
T
2016-08-01 21:50:02 +08:00

20 lines
203 B
Makefile

all:github
GITHUB_COMMIT := $(COMMIT)
ifeq ($(COMMIT), )
GITHUB_COMMIT="完善了README.md..."
endif
.PHONY : github
github:
git add -A
git commit -m $(GITHUB_COMMIT)
git push origin master