summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aoc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc.mk b/aoc.mk
index 233a712..98418e8 100644
--- a/aoc.mk
+++ b/aoc.mk
@@ -26,7 +26,7 @@ tests/test%.input: tests/test%.output compile force
26 @cat /tmp/aoc.output 26 @cat /tmp/aoc.output
27 27
28run: compile 28run: compile
29 timeout ${TIMEOUT} ${TARGET} < ${INPUT} 29 time timeout ${TIMEOUT} ${TARGET} < ${INPUT}
30 30
31clean: 31clean:
32 rm -f ${TARGET} 32 rm -f ${TARGET}