mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Fix Haskell compilation on Arch Linux.
This commit is contained in:
@@ -2,4 +2,4 @@ all: solution
|
||||
./$<
|
||||
|
||||
solution: solution.hs
|
||||
ghc $< -o $@
|
||||
ghc -dynamic $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user