1LEVEL = ../../../make
2
3CXX_SOURCES := main.cpp
4
5ifneq (,$(findstring icc,$(CC)))
6    CXXFLAGS += -debug inline-debug-info
7endif
8
9include $(LEVEL)/Makefile.rules
10