Bug 1732032 [wpt PR 30868] - fix: canShare() return false if not allowed to use,...
[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