update Makefile clean old file in all

pull/751/head
wfhtqp 2019-06-28 13:56:03 +08:00 committed by Alexander Medvednikov
parent 0a948294eb
commit fd9163f715
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
all: v
all: clean v
v: v.c
cc -std=gnu11 -w -o v v.c