shithub: orca

ref: 463ff0324c2f01b427476727130bb839e52acac4
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean