shithub: orca

ref: ff216cb8e2b5228d506cac8155cdaa3f17192ed6
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