diff options
| -rw-r--r-- | aoc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ tests/test%.input: tests/test%.output compile force | |||
| 26 | @cat /tmp/aoc.output | 26 | @cat /tmp/aoc.output |
| 27 | 27 | ||
| 28 | run: compile | 28 | run: compile |
| 29 | timeout ${TIMEOUT} ${TARGET} < ${INPUT} | 29 | time timeout ${TIMEOUT} ${TARGET} < ${INPUT} |
| 30 | 30 | ||
| 31 | clean: | 31 | clean: |
| 32 | rm -f ${TARGET} | 32 | rm -f ${TARGET} |
