repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1842673 [wpt PR 40954] - view-transition: Use keyframes for mix-blend-mode.,...
[gecko.git]
/
GNUmakefile
blob
38656c8df542f5bc15bcc1bb33e5e19389dbecca
1
# This Makefile is used as a shim to aid people with muscle memory
2
# so that they can type "make".
3
#
4
# This file and all of its targets should not be used by anything important.
5
6
all
:
build
7
8
build
:
9
.
/
mach build
10
11
clean
:
12
.
/
mach
clobber
13
14
.PHONY
:
all
build
clean