]> AND Private Git Repository - predictops.git/blob - Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Adding calendar features
[predictops.git] / Makefile
1 run:
2         #@python -m test_celery.run_tasks
3         @python main.py
4
5 clean-db:
6         @python extomeAI/lib/cleaner.py db
7
8 clean-data:
9         @python extomeAI/lib/cleaner.py data
10
11 clean-all:
12         @python extomeAI/lib/cleaner.py all
13