We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b492e82 commit 6bd9ac6Copy full SHA for 6bd9ac6
Makefile
@@ -20,8 +20,8 @@ clean:
20
uberjar: clean
21
./mvnw install
22
23
-.PHONY: fix
24
-fix: uberjar
+.PHONY: download
+download: uberjar
25
java -jar ./target/solver-1.0.0.jar check -a -f
26
27
.PHONY: redownload
README.md
@@ -26,7 +26,7 @@ public record Day1Puzzle1() implements Solution {
Run
28
29
-> make fix
+> make download
30
31
32
@@ -88,7 +88,7 @@ First puzzle is in src/main/java/dev/aoc/starter/solution/year2024/Day1Puzzle1.j
88
89
#### Run your solution with actual input
90
91
-> make run
+> make solve
92
93
and submit your solution
94
0 commit comments