diff --git a/Makefile b/Makefile index f8b514a..49718c4 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,2 @@ -export USERNAME=mtrx -export EMAIL=myemail@example.com -export BIND_PORT=8000 -export SUBMIT_TOKEN=asdf -export GITHUB_ACCOUNT=mtrx1337 -export ROOT_PATH=./content - run: cd site && cargo run