1 CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
9 cp config.def.h config.h
11 herbe: herbe.c config.h
12 $(CC) herbe.c $(CFLAGS) -o herbe
15 mkdir -p ${DESTDIR}${PREFIX}/bin
16 cp -f herbe ${DESTDIR}${PREFIX}/bin
19 rm -f ${DESTDIR}${PREFIX}/bin/herbe
24 .PHONY: all install uninstall clean