From b5267fe9781bee6ee18b4cf92bedfbe5f74682f2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 10 Oct 2015 14:23:41 +0200 Subject: [PATCH] totem custo: `Yavsc.sln` has been renamed to `Totem.sln` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 358b9953..78d390ba 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ rsync_% : deploy ssh root@$(HOST) "service apache2 reload" build: - xbuild /p:Configuration=$(CONFIG) /t:Build Yavsc.sln + xbuild /p:Configuration=$(CONFIG) /t:Build Totem.sln clean: xbuild /t:Clean