default:
- gcc herbe.c -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
rm /usr/local/bin/herbe
clean:
- rm -f herbe
\ No newline at end of file
+ rm -f herbe