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

@@ -16,7 +16,7 @@ OBJECTS_C = foo.o
SOURCE_CXX = 1.1.c.and.cpp
TARGET = 1.1.out
LDFLAGS_COMMON = -std=c++17
LDFLAGS_COMMON = -std=c++2a
all:
$(C) -c $(SOURCE_C)