]> git.tdb.fi Git - geometrycompositor.git/blobdiff - Makefile
Synchronize after subtracting damage from windows
[geometrycompositor.git] / Makefile
index 63e1992fa29f4648daf64d3d1b8c49bf3f1b2107..43c845fcbc05824a6ede889a1197e3aea3665d2e 100644 (file)
--- 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