mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02:00
Implement 2025 day 5 in C
This commit is contained in:
6
2025/day05/Makefile
Normal file
6
2025/day05/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
CFLAGS=-Wall -Wextra -O2 -g
|
||||
|
||||
all: solve
|
||||
|
||||
clean:
|
||||
$(RM) solve
|
||||
Reference in New Issue
Block a user