普通文本  |  9行  |  116 B

all:
	@echo Nothing to be made.

clean:
	rm -f *~ *.o *.d *.gcno *.gcda *.gcov

install:
	@echo Nothing to be made.