diff options
Diffstat (limited to 'mk/fgetc.d')
-rw-r--r-- | mk/fgetc.d | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,6 +6,5 @@ $(OBJDIR)/fgetc.o: src/stdio/fgetc.c $(OBJDIR)/fgetc.o: src/stdio/_stdio.h $(OBJDIR)/fgetc.o: src/stdio/getc_unlocked.c $(OBJDIR)/fgetc.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/stdio/fgetc.c + $(CC) -c -o $@ $(CFLAGS) src/stdio/fgetc.c |