Selaa lähdekoodia

Only use targets in build messages

master
Bert Münnich 8 vuotta sitten
vanhempi
commit
5b5dc74195
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Näytä tiedosto

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


Loading…
Peruuta
Tallenna