shithub: orca

ref: e579183070a3bc60cc6f9976d2faeaf8d28f6211
dir: /Makefile/

View raw version
all: debug

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

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

.PHONY: clean
clean:
	@./tool clean