shithub: orca

ref: bedb29bd605f96c8e3511500aeb73caa2725a3d9
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean