shithub: orca

ref: f9a7d6f7eff906f936a1127ee79fe50ab04bd76d
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean