yavsc/Yavsc.Server/Makefile

13 lines
423 B
Makefile
Raw Normal View History

2018-05-04 10:45:45 +02:00
include ../versioning.mk
include ../dnx.mk
all: $(BINTARGETPATH)
2018-12-14 11:48:26 +00:00
$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll
../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll:
make -C ../OAuth.AspNet.AuthServer
../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll:
make -C ../Yavsc.Abstract
2018-06-10 20:40:11 +02:00