Have the Windows batch files check for make
This commit is contained in:
6
Makefile
6
Makefile
@@ -11,10 +11,12 @@ all clean: %:
|
||||
$(MAKE) -C armsrc $@
|
||||
$(MAKE) -C $(HOST_BINARY) $@
|
||||
|
||||
.PHONY: all clean help
|
||||
.PHONY: all clean help _test
|
||||
help:
|
||||
@echo Multi-OS Makefile, you are running on $(DETECTED_OS)
|
||||
@echo Possible targets:
|
||||
@echo + all - Make bootrom, armsrc and the OS-specific host directory
|
||||
@echo + clean - Clean in bootrom, armsrc and the OS-specific host directory
|
||||
|
||||
|
||||
# Dummy target to test for GNU make availability
|
||||
_test:
|
||||
|
||||
Reference in New Issue
Block a user