diff options
Diffstat (limited to 'mk/isgraph.d')
| -rw-r--r-- | mk/isgraph.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/isgraph.d b/mk/isgraph.d index e33190a1..54ff3460 100644 --- a/mk/isgraph.d +++ b/mk/isgraph.d @@ -5,6 +5,5 @@ libc.a(isgraph.o): $(OBJDIR)/isgraph.o $(OBJDIR)/isgraph.o: src/ctype/isgraph.c $(OBJDIR)/isgraph.o: src/ctype/_ctype.h $(OBJDIR)/isgraph.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/ctype/isgraph.c + $(CC) -c -o $@ $(CFLAGS) src/ctype/isgraph.c |
