https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0f7f9fad114b25dcae74e0d7f14d5359c64e174e authored by ffxbld on 07 July 2015, 02:40:09 UTC
Added FENNEC_39_0_1_RELEASE FENNEC_39_0_1_BUILD2 tag(s) for changeset 96c214a15c79. DONTBUILD CLOSED TREE a=release
Tip revision: 0f7f9fa
GNUmakefile
# This Makefile is used as a shim to aid people with muscle memory
# so that they can type "make".
#
# This file and all of its targets should not be used by anything important.

all: build

build:
	./mach build

clean:
	./mach clobber

.PHONY: all build clean
back to top