see #12: translation of preface and chapter 01

This commit is contained in:
Changkun Ou
2019-07-09 12:20:35 +02:00
parent 72a3a81f75
commit da193739ee
25 changed files with 206 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
all: $(patsubst %.cpp, %.out, $(wildcard *.cpp))
%.out: %.cpp Makefile
clang++ $< -o $@ -std=c++17 -pedantic
clang++ $< -o $@ -std=c++2a -pedantic
clean:
rm *.out