From 8528013fb10ae7aedb6a40f5ece5ee08eb42e9df Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Sun, 15 Jan 2023 10:36:48 +0000 Subject: Puzzle 4: Consolidate 4a/4b programs into `4` with `-p` option Like the later puzzles --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ad777c2..21ddbb3 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ all: bin \ bin/1 \ bin/2 \ bin/3 \ - bin/4a bin/4b \ + bin/4 \ bin/5 \ bin/6 \ bin/7 \ -- cgit v1.2.1