shithub: orca

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