1
0
Fork 0
ahaetulla/justfile

8 lines
103 B
Makefile

# build ahaetulla
build:
@go build ./cmd/ahaetulla
# remove artifacs
clean:
@rm -rf ahaetulla