X-Git-Url: http://git.tdb.fi/?p=geometrycompositor.git;a=blobdiff_plain;f=Makefile;h=a46b9e26d64161b6860141534297442fbe011416;hp=63e1992fa29f4648daf64d3d1b8c49bf3f1b2107;hb=HEAD;hpb=f67e90622350af6c05669586e2ea9e5da9fba0bb diff --git a/Makefile b/Makefile index 63e1992..a46b9e2 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,7 @@ +all: geometrycompositor geometrycontrol + geometrycompositor: source/main.c - gcc -o $@ $< -Wall -Wextra -Werror -ggdb -lX11 -lXcomposite -lXdamage -lGL + 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 -lGL