Logik/makefile
2024-04-21 00:10:51 +02:00

12 lines
65 B
Makefile

COMP = ghc
default:
$(COMP) test.hs logic.hs
run:
./test