mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -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:
@@ -4,6 +4,9 @@
|
||||
|
||||
.PHONY: doc prop shared bp images rom zrc zzrcc
|
||||
|
||||
.ONESHELL:
|
||||
.SHELLFLAGS = -cex
|
||||
|
||||
all: prop shared images rom zrc zzrcc
|
||||
|
||||
doc:
|
||||
@@ -45,9 +48,7 @@ zzrcc:
|
||||
$(MAKE) --directory ZZRCC $(ACTION)
|
||||
|
||||
clean: ACTION=clean
|
||||
|
||||
clean: all
|
||||
|
||||
diff: ACTION=diff
|
||||
|
||||
diff: all
|
||||
|
||||
Reference in New Issue
Block a user