文件操作 - makefile.nanorc
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nano/makefile.nanorc
编辑文件内容
## Syntax highlighting for Makefiles. syntax makefile "(/((GNU)?m|M)akefile[^/]*$|\.(make|mk)$)" magic "makefile script" comment "#" # Assignments. color red " (:?:|\+|\?)?= " # Keywords. color magenta "^(if|ifn?def|ifn?eq|else|endif|(-|s)?include)\>" color magenta "^((override +)?(un)?define|endef|(un)?export|private|vpath)\>" # Variable expansions. color blue "\$+[{(][a-zA-Z0-9_-]+[})]" # Targets. color brightblue "^[^ ]+:" # Comments. color green "(^|[[:blank:]]+)#.*" # Trailing whitespace. color ,green "[[:space:]]+$"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件