X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=aa04a2b52f39313649a3dfa688fea8ee09bf3d15;hb=9dcc1ac8311bf2f323c157bac34096fc2a5c3900;hp=db9a8f80ddece2417fa232927502fc8e001e062c;hpb=656ea8c3c91e8998d55915fe2c5601adf7351d82;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