diff options
author | 2023-05-17 12:05:14 +0200 | |
---|---|---|
committer | 2023-05-17 12:05:14 +0200 | |
commit | 2f4d19e56f276021ff26360a27258f8b86f8f2ae (patch) | |
tree | 38265a8f9a79c9ea7b481262afd8099bcc7e30ca /Makefile | |
parent | 07271bb4611eaf032e160e9bf0c47f7bdfbe1854 (diff) | |
download | cherry-2f4d19e56f276021ff26360a27258f8b86f8f2ae.tar.gz cherry-2f4d19e56f276021ff26360a27258f8b86f8f2ae.zip |
Add command to remove *.core files in `clean`
target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ debug: clean: rm -rf ${OBJ} ${NAME} + rm -f *.core |