shithub: orca

ref: c764ca15ae83ad54b1539c49494d712e0625d1c1
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