fixed config.mk dep
Connor Lane Smith cls@lubutu.com
Fri, 12 Nov 2010 00:30:03 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
Makefile
→
Makefile
@@ -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}