shithub: orca

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