all repos — dmenu @ da81f57f6d7ef2149b1d6db55178b4beaa70c5d7

my build of dmenu

fixed config.mk dep
Connor Lane Smith cls@lubutu.com
Fri, 12 Nov 2010 00:30:03 +0000
commit

da81f57f6d7ef2149b1d6db55178b4beaa70c5d7

parent

c1241bcba3dc41787a4f38a8d123c8a81690c985

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M MakefileMakefile

@@ -3,7 +3,7 @@ # See LICENSE file for copyright and license details.

include config.mk -all: options dmenu dmenu_path config.mk +all: options dmenu dmenu_path options: @echo dmenu build options:

@@ -14,7 +14,7 @@

dmenu: dmenu.o draw.o dmenu_path: dmenu_path.o -.c.o: +.c.o: config.mk @echo CC -c $< @${CC} -c $< ${CFLAGS}