genode-ehmry/nim/Tuprules.tup
Emery Hemingway a853c0d5e0 Update
- Automatic package versions
- Generate Makefile for creating signed packages
- Build with x86_64 variant by default
- Add Nim example
- Runtime schema fixes
2019-04-27 19:57:37 +02:00

14 lines
352 B
Plaintext

# Nim default variables
NIM_RELEASE_FLAG = -d:release
# Drop the relase flag with the line "NIM_RELEASE_FLAG="
NIM_SRC_DIR = src
# Build everything in this directory
BIN_VERSION = $(GIT_VERSION)
# Use the git version as the binary package version
NIMBLE_BINARIES_INCLUDE = $(TUP_CWD)/binaries.tup
NIMBLE_PACKAGE_INCLUDE = $(TUP_CWD)/package.tup