shithub: orca

ref: 5b66f2cf8ddbd4e3877efc278a44e43befb6d829
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