Add the start of a view for objects in a set

This commit is contained in:
2018-03-18 20:41:17 +00:00
parent 257acd6127
commit 213b2d3eb1
5 changed files with 223 additions and 25 deletions

View File

@@ -8,7 +8,10 @@ loader: $(srcfiles)
view-map: $(srcfiles)
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: all clean