mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
see #12: translation of preface and chapter 01
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user