pandemonium_engine_minimal/platform/frt/Local.mk

12 lines
342 B
Makefile
Raw Normal View History

2023-12-14 21:54:22 +01:00
all:
@echo
@echo FRT is not meant to be compiled stand alone out of the box.
@echo You need to put it in the \"platform\" directory of godot and use
@echo scons as usual.
@echo
@echo For example, from the main top level godot directory, type:
@echo
@echo " " scons platform=frt target=release tools=no frt_arch=pi3
@echo
@echo