This commit is contained in:
davidovski 2024-03-21 11:32:49 +00:00
parent 14b7eb50d3
commit 8ccb4fed2f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ usage () {
# check if a file has changed since last generating
#
newer () {
# TODO account for dependencies that have change
[ ! -e "$2" ] || [ "$1" -nt "$2" ]
}