Skip to content

Commit 6bd9ac6

Browse files
committed
Renamed make fix to make download
1 parent b492e82 commit 6bd9ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ clean:
2020
uberjar: clean
2121
./mvnw install
2222

23-
.PHONY: fix
24-
fix: uberjar
23+
.PHONY: download
24+
download: uberjar
2525
java -jar ./target/solver-1.0.0.jar check -a -f
2626

2727
.PHONY: redownload

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public record Day1Puzzle1() implements Solution {
2626

2727
Run
2828

29-
> make fix
29+
> make download
3030
3131
Run
3232

@@ -88,7 +88,7 @@ First puzzle is in src/main/java/dev/aoc/starter/solution/year2024/Day1Puzzle1.j
8888

8989
#### Run your solution with actual input
9090

91-
> make run
91+
> make solve
9292
9393
and submit your solution
9494

0 commit comments

Comments
 (0)