This commit is contained in:
2022-11-27 19:36:00 +08:00
parent 464e1a2ebd
commit d89e3ceee1
8 changed files with 84 additions and 18 deletions

View File

@@ -2,9 +2,8 @@
cat<<EOF
#=========================================
# Filename : $1
# Author : Colben
# Create : `date +"%F %R"`
# Company : Boyachain
# Create : $(date +"%F %R")
#=========================================
cc=gcc
@@ -31,3 +30,4 @@ clean:
clear:
@rm -rf \$(object) \$(target)
EOF