diff --git a/.gitignore b/.gitignore index ae2ad53..a69e2f0 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..424ec00 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +test: + dzil test +