DKL9 GitList
Repositories
DKL9 home
voxels
Code
Commits
Branches
Tags
Search
Tree:
4a36d5c
Branches
Tags
master
voxels
Makefile
Fix a93b274
dkl9
commited
4a36d5c
at 2025-183 13:47:23
Makefile
Blame
History
Raw
PROF=profile.log MAIN=src/main.py run: python $(MAIN) dbg: python -m pdb -c 'break debug_mode ;; cont' $(MAIN) prof: python -m cProfile $(MAIN) >$(PROF) $(PAGER) $(PROF)