1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Require OS to be set when using the Makefile

This commit is contained in:
Matthew Kilgore 2022-05-11 22:57:36 -04:00
parent 9b2ea9e1f8
commit fd6a201046

View file

@ -2,9 +2,8 @@
# Disable implicit rules
MAKEFLAGS += --no-builtin-rules
# OS defaults to Linux if not provided
ifndef OS
OS := lnx
$(error "OS must be set to 'lnx', 'win', or 'osx'")
endif
# The extra tag to put on ./internal/temp and qbx.o when multiple instances are involved