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