X-Git-Url: http://git.openbox.org/?p=dana%2Fxcompmgr.git;a=blobdiff_plain;f=Makefile;h=8986ffac613262fc7d90271dd5bf67345dafab37;hp=da2fb8849078452b517e60daca4d3bc044320e2a;hb=10d93f24f0afd15aeb59d61f469e7cf5bd5749c9;hpb=03e138e2053eb99c83c17deb115635f92afe4c5f;ds=sidebyside diff --git a/Makefile b/Makefile index da2fb88..8986ffa 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,10 @@ LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm CFLAGS=-O -g -all: xcompmgr mbcompmgr +all: xcompmgr xcompmgr: xcompmgr.c $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS) -mbcompmgr: mbcompmgr.c - $(CC) -o $@ $(CFLAGS) mbcompmgr.c $(LIBS) - clean: - rm xcompmgr mbcompmgr + rm xcompmgr