diff options
author | 2023-02-27 17:43:56 +0100 | |
---|---|---|
committer | 2023-02-27 17:43:56 +0100 | |
commit | 946658f75962c0603967a887b6e88799e6dc3694 (patch) | |
tree | 3ebbb3e27074c5c913580955a837da59b82281ca | |
parent | a3ae6ed89823f28532f9c3e12eaacf538ac14913 (diff) | |
download | log-946658f75962c0603967a887b6e88799e6dc3694.tar.gz log-946658f75962c0603967a887b6e88799e6dc3694.zip |
Add *.core to clean target
-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 |