mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
2025 day 7 part 2 in Haskell
This commit is contained in:
@@ -6,7 +6,7 @@ test: solve
|
||||
./solve sample.txt
|
||||
|
||||
solve: solve.hs
|
||||
ghc -dynamic -O -o $@ $^
|
||||
ghc -dynamic -O -g -o $@ $^
|
||||
|
||||
clean:
|
||||
$(RM) solve
|
||||
|
||||
Reference in New Issue
Block a user