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