-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
21 lines (16 loc) · 1000 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ##############################################################################
# # File: Makefile #
# # Project: zlog #
# # Created Date: 2024/11/11 11:17:41 #
# # Author: realjf #
# # ----- #
# # Last Modified: 2024/11/11 11:18:27 #
# # Modified By: realjf #
# # ----- #
# # #
# ##############################################################################
B ?= master
M ?= update
.PHONY: push
push:
@git add -A && git commit -m "${M}" && git push origin ${B}