summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2023-01-15 10:36:48 +0000
committerAdam Spragg <adam@spra.gg>2023-01-15 10:36:48 +0000
commit8528013fb10ae7aedb6a40f5ece5ee08eb42e9df (patch)
treec34f91708adef795a29a092395c49717940b246b /makefile
parent3dd30be057332cd764ee79a26673a775336322eb (diff)
Puzzle 4: Consolidate 4a/4b programs into `4` 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 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 \