Ver código fonte

Only use targets in build messages

master
Bert Münnich 8 anos atrás
pai
commit
5b5dc74195
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar