8 lines
183 B
Makefile
8 lines
183 B
Makefile
include ../versioning.mk
|
|
include ../dnx.mk
|
|
|
|
all: $(BINTARGETPATH)
|
|
|
|
bin/$(CONFIGURATION)/Yavsc.Server.dll: ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll
|
|
|