X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=a46b9e26d64161b6860141534297442fbe011416;hb=2ec73b82f9aed7093f74e9dbc51e1d74041bba5d;hp=43c845fcbc05824a6ede889a1197e3aea3665d2e;hpb=e2a0d9f8c960209bc03a24e04323603b3f231032;p=geometrycompositor.git diff --git a/Makefile b/Makefile index 43c845f..a46b9e2 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ geometrycompositor: source/main.c gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lm -lX11 -lXcomposite -lXdamage -lXext -lXrandr -lGL geometrycontrol: source/control.c - gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lX11 + gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lX11 -lGL