# \#cross

**URL:** https://racket.discourse.group/tag/cross/45.md

[Latest](https://racket.discourse.group/latest.md) · [Categories](https://racket.discourse.group/categories.md) · [Tags](https://racket.discourse.group/tags.md)

---

## [Simpler cross-compiling for multiple platforms](https://racket.discourse.group/t/simpler-cross-compiling-for-multiple-platforms/456)

<div class="topic-metadata">

**Author:** [@sschwarzer](https://racket.discourse.group/u/sschwarzer)\
**Replies:** 3\
**Last updated:** [December 20, 2021, 9:47pm UTC](https://racket.discourse.group/t/simpler-cross-compiling-for-multiple-platforms/456 "2021-12-20T21:47:36Z")

</div>

For a project of mine I use the following Makefile code to create binaries for different platforms: VERSION=$(shell cat VERSION) TARGET ?= x86\_64-linux NICE\_TARGET ?= ${TARGET} VM ?= cs # Both options are allowed for P…
