shithub: orca

ref: 786a81129b5fefc025cf921cd4805ec41789d494
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean