shithub: orca

ref: c238549e7158a205b44c59fd8a3ab6dee7616a2d
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean