7 lines
82 B
Makefile
7 lines
82 B
Makefile
CXX_SOURCES := main.cpp
|
|
|
|
DEBUG_INFO_FLAG = -g3 -gdwarf-5
|
|
|
|
|
|
include Makefile.rules
|