~mcf/adventofcode

9fff21f0ccae1a6f438a4b069ae04431b6c66f03 — Michael Forney 11 months ago 35f3898
Update Makefile for day 11
1 files changed, 1 insertions(+), 1 deletions(-)

M 2023/Makefile
M 2023/Makefile => 2023/Makefile +1 -1
@@ 4,7 4,7 @@
LUA?=lua

.PHONY: all
all: 1 2 3 4 5 6 7 9 10
all: 1 2 3 4 5 6 7 9 10 11

.DEFAULT:
	@printf 'day %s\t' $< && $(LUA) $<.lua < $<.txt