summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2023-01-15 10:34:50 +0000
committerAdam Spragg <adam@spra.gg>2023-01-15 10:34:50 +0000
commit3dd30be057332cd764ee79a26673a775336322eb (patch)
treecabb7c293fa2d587a217916b6e519f98e3cd7cb6 /makefile
parent2b922997fb893a5bc14f157ad5db27ae77cec6a6 (diff)
Puzzle 3: Consolidate 3a/3b programs into `3` with `-p` option
Like the later puzzles
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 \