Makefile 88 B

12345678
  1. all : Base.hs IO.hs Main.hs IO/File.hs
  2. ghc --make Main.hs
  3. %.hs : %.agda
  4. agda -c $<