Skip to content

Commit

Permalink
ADD make new
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Schüttler committed May 25, 2021
1 parent 7023ff7 commit 1b039aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ push:

# run setup script
init:
@/usr/bin/env python3 ./scripts/setup.py
@/usr/bin/env python3 ./scripts/setup.py

new:
@git restore .
@rm $(DOC)
@make init

0 comments on commit 1b039aa

Please sign in to comment.