mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-18 05:04:39 +03:00
commit all code
This commit is contained in:
6
1/Makefile
Normal file
6
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