mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-12 01:59:04 -06:00
Makepanda has no --target option anymore
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,11 +1,7 @@
|
||||
all:
|
||||
python makepanda/makepanda.py --everything --target all
|
||||
panda3d:
|
||||
python makepanda/makepanda.py --everything --target panda3d
|
||||
plugins:
|
||||
python makepanda/makepanda.py --everything --target plugins
|
||||
python makepanda/makepanda.py --everything
|
||||
installer:
|
||||
python makepanda/makepanda.py --everything --target installer
|
||||
python makepanda/makepanda.py --everything --installer
|
||||
install:
|
||||
python makepanda/installpanda.py
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user