mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-21 21:52:31 +00:00
5 lines
163 B
Makefile
5 lines
163 B
Makefile
ifdef PULPRUN_PLATFORM
|
|
platform=$(PULPRUN_PLATFORM)
|
|
$(info Setting platform to $(platform))
|
|
endif
|
|
-include $(PULPRT_HOME)/rules/pulpos/targets/$(PULPRT_TARGET).mk
|