diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d3ea302 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +clean: + rm -rfv requirements.txt + rm -rfv README.md + rm -rfv LICENSE + rm -rfv git.sh diff --git a/netlify.toml b/netlify.toml index 712ac84..e66c2f7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,6 @@ +[build] + command = "make clean" + [[redirects]] from = "/*" to = "/page/404/index.html" @@ -9,4 +12,3 @@ to = "/page/404/index.html" status = 200 force = true -