Only use targets in build messages
This commit is contained in:
parent
ecc363ec10
commit
5b5dc74195
2
Makefile
2
Makefile
@ -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…
x
Reference in New Issue
Block a user