shithub: orca

ref: ae77f67400e6cf57bcc27cbaa7d147e918ec7b28
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean