go-arg/Makefile

12 lines
113 B
Makefile
Raw Normal View History

all:
@echo
@echo
2024-11-07 16:55:05 -06:00
clean:
rm -f go.*
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy