diff options
author | Adam Spragg <adam@spra.gg> | 2023-01-15 10:36:48 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2023-01-15 10:36:48 +0000 |
commit | 8528013fb10ae7aedb6a40f5ece5ee08eb42e9df (patch) | |
tree | c34f91708adef795a29a092395c49717940b246b /makefile | |
parent | 3dd30be057332cd764ee79a26673a775336322eb (diff) |
Puzzle 4: Consolidate 4a/4b programs into `4` with `-p` option
Like the later puzzles
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ all: bin \ bin/1 \ bin/2 \ bin/3 \ - bin/4a bin/4b \ + bin/4 \ bin/5 \ bin/6 \ bin/7 \ |