all: gcc -o typoml src/* run: ./typoml clean: rm -f typoml