summaryrefslogtreecommitdiff
path: root/libc/error/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/error/Makefile')
-rw-r--r--libc/error/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/error/Makefile b/libc/error/Makefile
index ae3d1c0..8ec26dc 100644
--- a/libc/error/Makefile
+++ b/libc/error/Makefile
@@ -8,7 +8,7 @@ ifeq ($(LIB_OS),ELKS)
OBJ=error.o sys_errlist.o perror.o sys_siglist.o __assert.o
all: $(LIBC)($(OBJ))
- @:
+ @$(RM) $(OBJ)
else
all:
@: