shithub: orca

ref: 22c9cc85c773471cf13a86a8cff9eab8efab1de6
dir: /Makefile/

View raw version
all: debug

.PHONY: debug
debug:
	@./tool build debug orca

.PHONY: release
release:
	@./tool build release orca

.PHONY: clean
clean:
	@./tool clean