Explorar el Código

fixed config.mk dep

master
Connor Lane Smith hace 13 años
padre
commit
da81f57f6d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver fichero

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

include config.mk

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

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

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



Cargando…
Cancelar
Guardar