Files
LDD-LinuxDeviceDrivers/Makefile
T

20 lines
227 B
Makefile

all:github
GITHUB_COMMIT := $(COMMIT)
ifeq ($(COMMIT), )
GITHUB_COMMIT="内存管理之内存初始化内存管理..."
endif
.PHONY : github
github:
git add -A
git commit -m $(GITHUB_COMMIT)
git push origin master