https://github.com/mozilla/gecko-dev
Revision af2694fffd63ccb17d0553d734945b4584bcdb68 authored by ffxbld on 16 January 2017, 12:00:06 UTC, committed by ffxbld on 16 January 2017, 12:00:06 UTC
1 parent ecf4c92
Raw File
Tip revision: af2694fffd63ccb17d0553d734945b4584bcdb68 authored by ffxbld on 16 January 2017, 12:00:06 UTC
No bug - Tagging mozilla-beta 15467610e733e3549ea86cdf940b0fccd87eff89 with FIREFOX_RELEASE_51_BASE a=release DONTBUILD CLOSED TREE
Tip revision: af2694f
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