diff --git a/.gitignore b/.gitignore index eaca02e..65a2cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ Build !Build/ Build.bat .last_cover_stats -/Makefile /Makefile.old /MANIFEST.bak /META.yml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cbe5367 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +github: + git add . + git commit -a -m "automatic commit" + git push origin master