diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 34a9f38..68e0fd1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,4 +18,4 @@ test-app: ${OBJ} ${CC} ${LDFLAGS} -o $@ ${OBJ} clean: - rm -f test-app ${OBJ} + rm -f test-app ${OBJ} *.core |