Add new line formatting functionality

This commit is contained in:
Samuel Dudik 2020-08-08 14:55:22 +02:00
parent e81696c2d3
commit d991e61d68
3 changed files with 47 additions and 55 deletions

View file

@ -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