anyscroll/Makefile

9 lines
112 B
Makefile

PROG = anyscroll
FLAGS = -lX11 -lXtst -lXi -lpthread
${PROG}: ${PROG}.o
gcc ${PROG}.c -o ${PROG} ${FLAGS}