bf627c9ceb
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>. evilwm is a minimalist window manager for the X Window System.
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2002/07/15 20:57:38 naddy Exp $
|
|
--- Makefile.orig Thu Feb 28 10:46:09 2002
|
|
+++ Makefile Mon Jul 15 22:46:03 2002
|
|
@@ -33,7 +33,7 @@ LIBS += -lXext
|
|
#DEFINES += -DDEBUG # miscellaneous debugging
|
|
#DEFINES += -DXDEBUG # show some X calls
|
|
|
|
-CFLAGS = $(INCLUDES) -DVERSION=\"$(version).$(revision).$(subrev)\" -Os -Wall $(DEBIAN)
|
|
+CFLAGS += $(INCLUDES) -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN)
|
|
LDFLAGS = $(LDPATH) $(LIBS)
|
|
|
|
HEADERS = evilwm.h
|