1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

update Makefile clean old file in all

This commit is contained in:
wfhtqp 2019-06-28 13:56:03 +08:00 committed by Alexander Medvednikov
parent 0a948294eb
commit fd9163f715

View File

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