Skip to content

Commit

Permalink
Merge pull request #20 from tijko/Haskell-Dynamic
Browse files Browse the repository at this point in the history
Haskell -dynamic linker flag
  • Loading branch information
tijko authored Mar 15, 2024
2 parents 3307856 + 6586ff0 commit cded6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haskell/haskell_1-10/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TARGET=$(if $(problem),$(problem)).hs

default:
ghc $(TARGET) -o $(if $(problem),$(problem))
ghc $(TARGET) -o $(if $(problem),$(problem)) -dynamic

clean:
$(shell rm *.o && rm *.hi)

0 comments on commit cded6bc

Please sign in to comment.