Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[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