summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2023-01-14 17:57:58 +0000
committerAdam Spragg <adam@spra.gg>2023-01-14 17:57:58 +0000
commit2b922997fb893a5bc14f157ad5db27ae77cec6a6 (patch)
treedc40826bd32e807ea1a04cd376c6067ec41b94a7 /makefile
parenta09348694b0525513d812647a69dac3a36782f88 (diff)
Puzzle 2: Consolidate 2a/2b programs into `2` 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 0d75c03..048a599 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ CFLAGS=-Wall -O2
all: bin \
bin/1 \
- bin/2a bin/2b \
+ bin/2 \
bin/3a bin/3b \
bin/4a bin/4b \
bin/5 \