Revision 1daea36338a01eecee9938e7dae7d95cbfb131b2 authored by Mark Banner on 15 February 2016, 23:43:42 UTC, committed by Mark Banner on 15 February 2016, 23:43:42 UTC
--HG--
rename : browser/extensions/loop/chrome/content/panels/panel.html => browser/extensions/loop/chrome/content/panels/slideshow.html
extra : transplant_source : %F5u%FC%831%E7%3AKnU%FA%DB%7B%B9%DD%87%D1%3C%99%9F
1 parent 73a5a25
Raw File
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