X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=5f0dc2101af554598386b1431efe31ae8d8f2481;hb=77803dd85ecfa2cc3c7265f8f64c535064181eed;hp=aa04a2b52f39313649a3dfa688fea8ee09bf3d15;hpb=551624d89ac272ef91d99c6c51c6579adadbf5c5;p=geometrycompositor.git diff --git a/Makefile b/Makefile index aa04a2b..5f0dc21 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 -lXrandr -lGL + gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lm -lX11 -lXcomposite -lXdamage -lXext -lXrandr -lGL