X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=aa04a2b52f39313649a3dfa688fea8ee09bf3d15;hb=551624d89ac272ef91d99c6c51c6579adadbf5c5;hp=db9a8f80ddece2417fa232927502fc8e001e062c;hpb=a51a8bbe15114abe6accf1c0f63f9fcb2b97767e;p=geometrycompositor.git diff --git a/Makefile b/Makefile index db9a8f8..aa04a2b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ geometrycompositor: source/main.c - gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lX11 -lXcomposite -lXdamage -lXext -lGL + gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lX11 -lXcomposite -lXdamage -lXext -lXrandr -lGL