default: g++ -Wall -Werror myparser.cpp -o myparser run: default ./myparser clean: rm myparser output.txt