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

Makefile: rebuild compiler when sources change

This commit is contained in:
Rendims
2019-08-10 00:11:17 +02:00
committed by Alexander Medvednikov
parent a81875b24b
commit fdb1433c24
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@
/v
/vprod
/v.c
/v.*.c
/v.c.out
/v.exe
*.exe
*.o