blob: b64f2192637999300bd74015b231a807c4c490af [file] [log] [blame] [raw]
MCS ?= gmcs
SOURCES := Configuration.cs FlatConfiguration.cs
Rivoreo.Configurations.dll: $(SOURCES)
$(MCS) -target:library $(DEFINES) $^ -out:$@ $(LIBS)