https://github.com/mozilla/gecko-dev
Revision 53cdad8a888349686660d4b5cad1e8a82f68b672 authored by ffxbld on 05 September 2016, 19:56:33 UTC, committed by ffxbld on 05 September 2016, 19:56:33 UTC
1 parent 40ddae6
Raw File
Tip revision: 53cdad8a888349686660d4b5cad1e8a82f68b672 authored by ffxbld on 05 September 2016, 19:56:33 UTC
No bug - Tagging mozilla-release 31ca1b4c28a9f64e49d59ed01d08469a9af41951 with FIREFOX_RELEASE_48_END a=release DONTBUILD CLOSED TREE
Tip revision: 53cdad8
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