Add Makefile for compiling with VC on Linux (#94)

This commit is contained in:
Robin Eklind 2018-06-28 22:40:21 +00:00 committed by galaxyhaxz
commit e3a51ed1d1
2 changed files with 58 additions and 0 deletions

11
.gitignore vendored
View file

@ -1,9 +1,20 @@
# ELF object file.
*.o
# PE shared library and associated files.
*.lib
*.exp
*.dll
# PE executable.
*.exe
# GCC dependency file.
*.d
# Resource file.
*.res
# Created by https://www.gitignore.io/api/visualstudio
### VisualStudio ###