mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Makefile Improvements
These changes improve the chances of a make operation actually failing when a nested error occurs.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#
|
||||
# build the tools for linux and Darwin
|
||||
#
|
||||
|
||||
.ONESHELL:
|
||||
.SHELLFLAGS = -cex
|
||||
|
||||
UNAME := $(shell uname)
|
||||
ifeq ($(UNAME), Linux)
|
||||
SUFFIX=linux
|
||||
|
||||
Reference in New Issue
Block a user