logic/Makefile
hi dff5b9f365 cabal
only doing this because Data.Set is not in the stdlib
2025-08-15 13:10:36 +00:00

11 lines
246 B
Makefile

main: ghc-dirty clean
ghc-dirty:
cd lib; ghc ../src/Main.hs -o ../logic
clean:
find src lib test | grep -E '\.(hi|o)$$' | xargs rm --
cabal:
cabal build --builddir=.cabal-build
mv .cabal-build/build/*/*/logic-*/x/logic/build/logic/logic .