5 lines
64 B
Makefile
5 lines
64 B
Makefile
CXX_SOURCES := main.cpp
|
|
USE_LIBCPP := 1
|
|
|
|
include Makefile.rules
|