We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee9922 commit 9acbc0aCopy full SHA for 9acbc0a
README.md
@@ -68,7 +68,8 @@ Or we can do the compile and linking on the separate steps
68
69
## Using Makefile
70
We can automate the step to compile and link above using `Makefile`.
71
-First we need to write a `Makefile` with the following content:
+First we need to create new `Makefile` in the root directory
72
+with the following content:
73
74
math.o: src/math.cc src/math.h
75
c++ -c src/math.cc -o math.o
0 commit comments