X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=a46b9e26d64161b6860141534297442fbe011416;hb=2ec73b82f9aed7093f74e9dbc51e1d74041bba5d;hp=adb93d99f7cd70867f7f3d0cc338c2380df82181;hpb=42750151d3f9fed56dc333ec7949c9a8005570b0;p=geometrycompositor.git diff --git a/Makefile b/Makefile index adb93d9..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 -lXext -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