d068332b88
Code is from cxx.uclibc.org, modified by catty to implement c++17 features
8 lines
156 B
Makefile
8 lines
156 B
Makefile
top_srcdir=./
|
|
top_builddir=$(if $(O),$(O),.)/
|
|
export top_builddir
|
|
all:
|
|
include $(top_srcdir)Rules.mak
|
|
include Makefile.in
|
|
include $(top_srcdir)Makefile.end
|