Makefile 92 Bytes
CXX_SOURCES := main.cpp

include Makefile.rules

clean::
	rm -rf $(wildcard *.o *.d *.dSYM)