shithub: orca

ref: 1e85c4cff127d4822e55f7f71ce76a5367893263
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean