]> git.tdb.fi Git - geometrycompositor.git/blobdiff - Makefile
Add an early return to reorder_window
[geometrycompositor.git] / Makefile
index 43c845fcbc05824a6ede889a1197e3aea3665d2e..a46b9e26d64161b6860141534297442fbe011416 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ geometrycompositor: source/main.c
        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
+       gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lX11 -lGL