# Please don't use make.
# This will only tell you to use mach.py.

all:
	@echo " ⚠️ ⚠️ ⚠️  Please use 'mach.py'. I'm calling './mach build' for you now  ⚠️ ⚠️ ⚠️"
	./mach build
