DKL9 GitList
Repositories
DKL9 home
voxels
Code
Commits
Branches
Tags
Search
Tree:
b5dd445
Branches
Tags
master
voxels
Makefile
Faster raycast, better mapgen and much better HUD
dkl9
commited
b5dd445
at 2025-174 14:21:36
Makefile
Blame
History
Raw
PROF=profile.log run: python main.py dbg: python -m pdb -c 'break debug_mode ;; cont' main.py prof: python -m cProfile main.py >$(PROF) $(PAGER) $(PROF)