Step towards target-based building
This commit is contained in:
parent
1c300d0c73
commit
c31f100fd7
10
Makefile
10
Makefile
|
|
@ -1,6 +1,14 @@
|
|||
all:
|
||||
python makepanda/makepanda.py --everything
|
||||
python makepanda/makepanda.py --everything --target all
|
||||
panda3d:
|
||||
python makepanda/makepanda.py --everything --target panda3d
|
||||
plugins:
|
||||
python makepanda/makepanda.py --everything --target plugins
|
||||
installer:
|
||||
python makepanda/makepanda.py --everything --target installer
|
||||
install:
|
||||
python makepanda/installpanda.py
|
||||
clean:
|
||||
rm -rf built
|
||||
|
||||
.PHONY: all install clean
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue