/usr/src/castle-game-engine-5.0.0/x3d/teapot/Makefile is in castle-game-engine-src 5.0.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | teapot.inc: teapot.wrl
teapot_vrml_to_pascal teapot.wrl > teapot.inc
.PHONY: clean
clean:
rm -f teapot.inc
|