summaryrefslogtreecommitdiff
path: root/mk/atomic_exchange.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/atomic_exchange.d')
-rw-r--r--mk/atomic_exchange.d3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/atomic_exchange.d b/mk/atomic_exchange.d
index fea549cf..50391a8a 100644
--- a/mk/atomic_exchange.d
+++ b/mk/atomic_exchange.d
@@ -4,6 +4,5 @@ libc.a(atomic_exchange.o): $(OBJDIR)/atomic_exchange.o
$(OBJDIR)/atomic_exchange.o: src/stdatomic/atomic_exchange.c
$(OBJDIR)/atomic_exchange.o:
- @echo " [CC] $@"
@mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/stdatomic/atomic_exchange.c
+ $(CC) -c -o $@ $(CFLAGS) src/stdatomic/atomic_exchange.c