shithub: orca

ref: 764516f089f65cd15f474f9fc84f5d495a9f8d41
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