Also clean .core files in the clean target
This commit is contained in:
parent
cbcf526d76
commit
c399161f7a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PREFIX?=/usr/local/
|
|||
all: vger
|
||||
|
||||
clean:
|
||||
rm vger
|
||||
rm -f vger *.core
|
||||
|
||||
vger: main.c
|
||||
${CC} -o vger main.c
|
||||
|
|
Loading…
Reference in a new issue