# kjr * April 6, 2017 CC=g++ search: search.o $(CC) -o search search.o search.o: search.c $(CC) -c search.c clean: rm search.o rm search.exe