Browse Source

fixed config.mk dep

master
Connor Lane Smith 13 years ago
parent
commit
da81f57f6d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -3,7 +3,7 @@


include config.mk include config.mk


all: options dmenu dmenu_path config.mk
all: options dmenu dmenu_path


options: options:
@echo dmenu build options: @echo dmenu build options:
@@ -14,7 +14,7 @@ options:
dmenu: dmenu.o draw.o dmenu: dmenu.o draw.o
dmenu_path: dmenu_path.o dmenu_path: dmenu_path.o


.c.o:
.c.o: config.mk
@echo CC -c $< @echo CC -c $<
@${CC} -c $< ${CFLAGS} @${CC} -c $< ${CFLAGS}




Loading…
Cancel
Save