Also clean .core files in the clean target

This commit is contained in:
Solene Rapenne 2020-12-03 21:06:28 +01:00
parent cbcf526d76
commit c399161f7a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PREFIX?=/usr/local/
all: vger
clean:
rm vger
rm -f vger *.core
vger: main.c
${CC} -o vger main.c