This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
cairde/makefile
decentral1se eda9313787
refactor!: flatten all into one model once more
Avoid complex message passing after discussing with bubbletea core.
2023-07-20 09:00:29 +02:00

13 lines
142 B
Makefile

.PHONY: clean build run
DEFAULT: run
clean:
@find -type f -name "*.log" -exec rm '{}' \;
build:
@go build .
run: clean build
@./cairde