Update readme.md
This commit is contained in:
parent
da073d2329
commit
8ff252dbf3
@ -4,7 +4,7 @@ X11, pthread, Xpm, rt, dl, freetype2, Xft, fontconfig, ALSA
|
|||||||
|
|
||||||
Writing a makefile for creating applications with Nana C++ Library
|
Writing a makefile for creating applications with Nana C++ Library
|
||||||
-------------------
|
-------------------
|
||||||
'''
|
```
|
||||||
GCC = g++
|
GCC = g++
|
||||||
NANAPATH = [The folder of Nana C++ Library]
|
NANAPATH = [The folder of Nana C++ Library]
|
||||||
BIN = [The bin file what you want to create.]
|
BIN = [The bin file what you want to create.]
|
||||||
@ -29,5 +29,5 @@ $(NANALIB):
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(LINKOBJ)
|
rm -f $(LINKOBJ)
|
||||||
'''
|
```
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user