Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
ncf
/
4f4ae1b5c17ad18735676529b33e2a0df7e5fe39
/
.
/
cli
/
Rivoreo.Configurations
/
Makefile
blob: b64f2192637999300bd74015b231a807c4c490af [
file
] [
log
] [
blame
] [
raw
]
MCS
?=
gmcs
SOURCES
:=
Configuration
.
cs
FlatConfiguration
.
cs
Rivoreo
.
Configurations
.
dll
:
$
(
SOURCES
)
$
(
MCS
)
-
target
:
library $
(
DEFINES
)
$
^
-
out
:
$@ $
(
LIBS
)