summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2023-01-14 17:38:10 +0000
committerAdam Spragg <adam@spra.gg>2023-01-14 17:57:06 +0000
commita09348694b0525513d812647a69dac3a36782f88 (patch)
tree0716b4a34630e09451ca2618075424911db61c7f /makefile
parente9cba2b3fcdc5f5c356fdb2d43cffb5b2cde9d3c (diff)
Puzzle 1: Consolidate 1a/1b programs into `1` 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 45e5299..0d75c03 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
CFLAGS=-Wall -O2
all: bin \
- bin/1a bin/1b \
+ bin/1 \
bin/2a bin/2b \
bin/3a bin/3b \
bin/4a bin/4b \