shithub: orca

ref: fe3172919d12a024a78f9cc071e7cfc96ee1624e
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean