mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-11 03:58:53 -05:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
all:
|
|
python makepanda/makepanda.py --everything
|
|
install:
|
|
python makepanda/installpanda.py
|
|
clean:
|
|
rm -rf built
|