PROF=profile.log run: python main.py dbg: python -m pdb -c 'break debug_mode' main.py prof: python -m cProfile main.py >$(PROF) $(PAGER) $(PROF)