mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
prepare for c++17
This commit is contained in:
6
code/1/Makefile
Normal file
6
code/1/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
TARGET = 1.1
|
||||
all:
|
||||
gcc -c foo.c
|
||||
g++ 1.1.cpp foo.o -o $(TARGET)
|
||||
clean:
|
||||
rm -rf *.o $(TARGET)
|
||||
Reference in New Issue
Block a user