all: @echo Nothing to be made. clean: rm -f *~ *.o *.d *.gcno *.gcda *.gcov install: @echo Nothing to be made.