diff --git a/.gitignore b/.gitignore index ea39803..120f542 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ inc/ Build !Build/ Build.bat -/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 +