From 3dd30be057332cd764ee79a26673a775336322eb Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Sun, 15 Jan 2023 10:34:50 +0000 Subject: Puzzle 3: Consolidate 3a/3b programs into `3` 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 048a599..ad777c2 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ CFLAGS=-Wall -O2 all: bin \ bin/1 \ bin/2 \ - bin/3a bin/3b \ + bin/3 \ bin/4a bin/4b \ bin/5 \ bin/6 \ -- cgit v1.2.1