You've already forked linux-packaging-mono
8 lines
198 B
Makefile
8 lines
198 B
Makefile
# Files copied from coreclr/src/coreclr/hosts/unixcorerun repo
|
|
|
|
AM_CPPFLAGS = $(SHARED_CFLAGS)
|
|
|
|
bin_PROGRAMS = corerun
|
|
|
|
corerun_SOURCES = corerun.cpp coreruncommon.cpp coreruncommon.h coreclrhost.h
|