mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-26 16:30:35 +01: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