Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
114 B
Makefile
Raw Normal View History

ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
include Makefile.rules
clean::
rm -rf $(wildcard *.o *.d *.dSYM)