aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1db2afa..136357f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ all: ${LIBNAME:=.so} ${LIBNAME:=.a} test-app
all: ${LIBNAME:=.so} ${LIBNAME:=.a}
clean:
- rm -f *.o ${LIBNAME}.*
+ rm -f *.o ${LIBNAME}.* test-app *.core
# Targets for testing application