Skip to content

Commit

Permalink
ajoute une commande make wipe (#4211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 authored and Emeric54 committed Feb 15, 2017
1 parent 4612e11 commit 99e47cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ watch-front:

clean: clean-back clean-front

wipe:
rm base.db
rm -rf contents-private/*
rm -rf contents-public/*

doc:
cd doc && \
make html
Expand Down Expand Up @@ -111,6 +116,7 @@ help:
@echo " clean-back to clean *.pyc"
@echo " clean-front to clean frontend builds"
@echo " clean to clean everything"
@echo " wipe to clean data (database and contents)"
@echo " watch-front to watch frontend code"
@echo " migrate to migrate the project"
@echo " report-release-back to generate release report"
Expand Down

0 comments on commit 99e47cb

Please sign in to comment.