Update 2023-11-02 11:44:37
This commit is contained in:
parent
8cfb259062
commit
bf6dc8658f
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ PS_FILES != find src -type f -name "*.ps" | sed 's|src/||g'
|
||||
PA_FILES != find src -type f -name "*.pa" | sed 's|src/||g'
|
||||
PT_FILES != find src -type f -name "*.pt" | sed 's|src/||g'
|
||||
|
||||
COMMIT_MSG != echo "Update $$(date +"%Y-%m-%d %H:%M")"
|
||||
COMMIT_MSG != echo "Update $$(date +"%Y-%m-%d %H:%M:%S")"
|
||||
|
||||
# put static files and dirs into .control/static-files. Globbing is supported.
|
||||
STATIC_FILES != cat .control/static-files
|
||||
|
Loading…
Reference in New Issue
Block a user