4 lines
63 B
Makefile
4 lines
63 B
Makefile
USE_LIBCPP := 1
|
|
CXX_SOURCES := main.cpp
|
|
include Makefile.rules
|
USE_LIBCPP := 1
|
|
CXX_SOURCES := main.cpp
|
|
include Makefile.rules
|