Bug 1833471 Part 2 - Export @page pseudo-class flags to Gecko style code r=emilio
[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