Bug 1812348 [wpt PR 38171] - wake lock: Move tests in web_tests/wake-lock to either...
[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