6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
|
PYTHON=".venv/bin/python3"
|
||
|
|
RBOX=".venv/bin/rbox"
|
||
|
|
|
||
|
|
all:
|
||
|
|
$(RBOX) --port 9004
|