mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04: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
|