pandemonium_engine_minimal/misc/merger/join.sh

9 lines
244 B
Bash
Raw Normal View History

2023-12-17 15:19:10 +01:00
mkdir -p out
cd ..
cd ..
python misc/merger/join.py --template misc/merger/pmcore.h.inl --path . --output misc/merger/out/pmcore.h
python misc/merger/join.py --template misc/merger/pmcore.cpp.inl --path . --output misc/merger/out/pmcore.cpp