diff --git a/Makefile b/Makefile index 1c4f109..1accac1 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,9 @@ push: # run setup script init: - @/usr/bin/env python3 ./scripts/setup.py \ No newline at end of file + @/usr/bin/env python3 ./scripts/setup.py + +new: + @git restore . + @rm $(DOC) + @make init \ No newline at end of file