Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
v2 of prior commit
  • Loading branch information
liquidaty authored Nov 9, 2024
1 parent 2e01af1 commit 6161496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/overwrite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test-add:
@${PREFIX} ${ECHO_EXE} --overwrite-auto dummy2.csv > ${TMP_DIR}/$@.out
@${CMP} ${TMP_DIR}/$@.out expected/$@.out && ${TEST_PASS} || ${TEST_FAIL}

STAT_MOD_TS=$(shell if uname -a | grep -i alpine ; then echo 'stat -c %Y' ; elif stat --version >/dev/null 2>/dev/null ; then echo 'stat -c %Y' ; else echo 'stat -f %m' ; fi)
STAT_MOD_TS=$(shell if stat -c %Y Makefile >/dev/null 2>/dev/null; then echo 'stat -c %Y' ; else echo 'stat -f %m' ; fi)
test-timestamp:
@${TEST_INIT}
@${PREFIX} ${EXE} dummy2.csv clear
Expand Down

0 comments on commit 6161496

Please sign in to comment.