2020-07-20 15:41:19 +02:00
|
|
|
default:
|
2020-08-14 20:19:17 +02:00
|
|
|
gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -pthread -o herbe
|
2020-07-30 17:48:23 +02:00
|
|
|
|
|
|
|
install: default
|
|
|
|
cp herbe /usr/local/bin
|
|
|
|
|
2020-07-30 18:58:09 +02:00
|
|
|
uninstall:
|
|
|
|
rm /usr/local/bin/herbe
|
|
|
|
|
2020-07-30 17:48:23 +02:00
|
|
|
clean:
|
2020-08-05 20:51:53 +02:00
|
|
|
rm -f herbe
|