Makefile Improvements

These changes improve the chances of a make operation actually failing when a nested error occurs.
This commit is contained in:
Wayne Warthen
2023-10-24 13:25:32 -07:00
parent 347a15a3b6
commit ef536750ea
4 changed files with 15 additions and 3 deletions

View File

@@ -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