go build -o view-map ur.gs/chaos-gate/cmd/view-map
view-set:$(srcfiles)
go build -o view-set ur.gs/chaos-gate/cmd/view-set
clean:
rm -f loader view-map
rm -f loader view-map view-set
.PHONY:allclean
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.