summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9767db2d06849f329a05829f03a5187ba69cd110 (plain)
1
2
3
4
5
6
7
8
9
BUILD_DIR := ./build

all: mech

.PHONY: clean
clean:
	rm -rf $(BUILD_DIR)

include mech/mech.mk