X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=5f0dc2101af554598386b1431efe31ae8d8f2481;hb=77803dd85ecfa2cc3c7265f8f64c535064181eed;hp=aa04a2b52f39313649a3dfa688fea8ee09bf3d15;hpb=03938166b24208348b4ea25600b4d06c8fd2400a;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