Revision 10b71e11902381ad7af5758ac52472d0ce835134 authored by Gijs Kruitbosch on 01 December 2015, 20:24:54 UTC, committed by Gijs Kruitbosch on 01 December 2015, 20:24:54 UTC
--HG--
extra : commitid : 6F1US2WC7M
extra : source : 5e328358e3ecca0405582484e7330eeff0dedd06
1 parent 60b2b85
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