Remove local changes to Makefile
[dana/xcompmgr.git] / Makefile
index 139ed49..8986ffa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,10 @@ LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
 
 CFLAGS=-O -g
 
+all: xcompmgr
+
 xcompmgr: xcompmgr.c
        $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
 
 clean:
-       rm xcompmgr
+       rm xcompmgr