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