logic/Makefile

7 lines
97 B
Makefile

main: dirty clean
dirty:
ghc Main.hs -o logic
clean:
find | grep -E '\.(hi|o)' | xargs rm --