Explorar el Código

Only use targets in build messages

master
Bert Münnich hace 7 años
padre
commit
5b5dc74195
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -25,7 +25,7 @@ OBJ := $(SRC:.c=.o)
$(OBJ): config.h Makefile

%.o: %.c
@echo "CC $<"
@echo "CC $@"
$(CC) $(CFLAGS) $(CPPFLAGS) $(DEPFLAGS) -c -o $@ $<

config.h:


Cargando…
Cancelar
Guardar