build-env: AptMethod.hs BuildEnv.hs TempDir.hs Chroot.hs Makefile
	ghc -Wall -O2 -threaded --make -fno-warn-missing-signatures BuildEnv.hs -o $@

clean::
	rm -f *.o *.hi build-env
