From 552cae9cbe3a2c11081b27e55ba10ba42b9ee509 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Sun, 24 Jun 2018 12:13:31 +0200 Subject: [PATCH] see #5, add entrance to exercises --- website/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/website/Makefile b/website/Makefile index ca41cf2..8fce7a7 100755 --- a/website/Makefile +++ b/website/Makefile @@ -7,6 +7,7 @@ all: rm -rf ./src/modern-cpp/assets/figures cp ../assets/cover-2nd.png ./src/modern-cpp/assets/cover-2nd.png cp -r ../assets/figures ./src/modern-cpp/assets/figures + cp -r ../exercises ./src/modern-cpp/book/ cp -r ../code ./src/modern-cpp/book/ hexo generate mv public/index.html public/modern-cpp/index.html