From a09348694b0525513d812647a69dac3a36782f88 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Sat, 14 Jan 2023 17:38:10 +0000 Subject: Puzzle 1: Consolidate 1a/1b programs into `1` with `-p` option Like the later puzzles --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 \ -- cgit v1.2.1