shithub: orca

ref: be347a25a835dbf94655418cf0637b43047d8879
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean