Makefile 92 Bytes Edit 1 2 3 4 5 6 CXX_SOURCES := main.cpp include Makefile.rules clean:: rm -rf $(wildcard *.o *.d *.dSYM)