.PHONY: all clean all: ghc --make Main cd CppLexer && ghc -i.. --make LexTest clean: rm -f *.o *.hi Main