Skip to content

Commit 9acbc0a

Browse files
committed
Add where to create the Makefile
1 parent 3ee9922 commit 9acbc0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Or we can do the compile and linking on the separate steps
6868

6969
## Using Makefile
7070
We can automate the step to compile and link above using `Makefile`.
71-
First we need to write a `Makefile` with the following content:
71+
First we need to create new `Makefile` in the root directory
72+
with the following content:
7273

7374
math.o: src/math.cc src/math.h
7475
c++ -c src/math.cc -o math.o

0 commit comments

Comments
 (0)