diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-02 13:46:30 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-02 13:46:30 +0300 |
| commit | b5b80351577306db80343d043d19c800f575f6f7 (patch) | |
| tree | a2916bf08a06bc44478435572573f69822d78e9a | |
| parent | day02: move lambdas out of loop (diff) | |
| download | aoc24-main.tar.gz aoc24-main.zip | |
| -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} |
