mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement day 24, in java.
This commit is contained in:
8
2017/day-24/Makefile
Normal file
8
2017/day-24/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: solution.class
|
||||
java solution
|
||||
|
||||
clean:
|
||||
$(RM) *.class
|
||||
|
||||
solution.class: solution.java
|
||||
javac $<
|
||||
Reference in New Issue
Block a user