Created make file to make testing easier

This commit is contained in:
2021-07-02 21:59:12 -04:00
parent 5cf20b539a
commit e377f4d585
2 changed files with 46 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,7 @@
#Ignore the Visual Studio Code settings
.vscode/*
#Ignore the executables
bin/
*.exe
#Ignore all build logs
logs/