Add new line formatting functionality
This commit is contained in:
parent
e81696c2d3
commit
d991e61d68
3 changed files with 47 additions and 55 deletions
2
makefile
2
makefile
|
@ -1,5 +1,5 @@
|
|||
default:
|
||||
gcc herbe.c -Wall -Wextra -Werror -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
|
||||
gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
|
||||
|
||||
install: default
|
||||
cp herbe /usr/local/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue