diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |