1
0
Fork 0
ahaetulla/Makefile

10 lines
118 B
Makefile

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