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