No bug - tagging de27b0fc3ab30bad572ccdcd8ea161d1f9a198ad with FIREFOX_NIGHTLY_126_EN...
[gecko.git] / GNUmakefile
blob38656c8df542f5bc15bcc1bb33e5e19389dbecca
1 # This Makefile is used as a shim to aid people with muscle memory
2 # so that they can type "make".
4 # This file and all of its targets should not be used by anything important.
6 all: build
8 build:
9 ./mach build
11 clean:
12 ./mach clobber
14 .PHONY: all build clean