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