4ed6cd0b12
Echinus supports managing window in floating, tiled and maximized layouts. All the configuration is made via config file in Xresources format. Echinus supports a small subset of EWMH to be compatible with external panels and pagers. The goal of development is a small, fast window manager without features not strictly related to window management. from Alexander Polakov (MAINTAINER) ok sthen@
20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2011/03/22 08:11:05 jasper Exp $
|
|
--- Makefile.orig Thu Mar 17 17:03:41 2011
|
|
+++ Makefile Thu Mar 17 17:03:52 2011
|
|
@@ -19,13 +19,13 @@ options:
|
|
|
|
.c.o:
|
|
@echo CC $<
|
|
- @${CC} -c ${CFLAGS} $<
|
|
+ ${CC} -c ${CFLAGS} $<
|
|
|
|
${OBJ}: config.mk
|
|
|
|
echinus: ${OBJ} ${FILES}
|
|
@echo CC -o $@
|
|
- @${CC} -o $@ ${OBJ} ${LDFLAGS}
|
|
+ ${CC} -o $@ ${OBJ} ${LDFLAGS}
|
|
|
|
clean:
|
|
@echo cleaning
|