run: all ./LonelyTiger all: *.cpp *.h compiler/*.cpp compiler/*.h g++ -Wall -std=c++14 *.cpp compiler/*.cpp -o LonelyTiger clean: rm LonelyTiger