diff options
author | Adam Spragg <adam@spra.gg> | 2023-01-14 17:38:10 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2023-01-14 17:57:06 +0000 |
commit | a09348694b0525513d812647a69dac3a36782f88 (patch) | |
tree | 0716b4a34630e09451ca2618075424911db61c7f /makefile | |
parent | e9cba2b3fcdc5f5c356fdb2d43cffb5b2cde9d3c (diff) |
Puzzle 1: Consolidate 1a/1b programs into `1` with `-p` option
Like the later puzzles
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |