Remove local changes to Makefile
This commit is contained in:
parent
03e138e205
commit
9813c48fef
7
Makefile
7
Makefile
|
@ -2,13 +2,10 @@ LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
|
||||||
|
|
||||||
CFLAGS=-O -g
|
CFLAGS=-O -g
|
||||||
|
|
||||||
all: xcompmgr mbcompmgr
|
all: xcompmgr
|
||||||
|
|
||||||
xcompmgr: xcompmgr.c
|
xcompmgr: xcompmgr.c
|
||||||
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
|
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
|
||||||
|
|
||||||
mbcompmgr: mbcompmgr.c
|
|
||||||
$(CC) -o $@ $(CFLAGS) mbcompmgr.c $(LIBS)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm xcompmgr mbcompmgr
|
rm xcompmgr
|
||||||
|
|
Loading…
Reference in New Issue