shithub: orca

ref: 8e2a36562564e33f7c0b38c0ccb8893a02e4ad77
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean