all: ghc -package HUnit -main-is BasicCompiler.main --make BasicCompiler.hs -o basicComp check: all ./basicComp