Starting work on the Interval2D example

and filling in drawing library along the way.
This commit is contained in:
Dan Buch
2012-12-20 10:47:12 -05:00
parent 5bf03a1a40
commit c2dc9cfe02
6 changed files with 154 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ TARGETS := \
$(REPO_BASE)/algs4-gcd \
$(REPO_BASE)/algs4-rolls \
$(REPO_BASE)/algs4-randomseq \
$(REPO_BASE)/algs4-average
$(REPO_BASE)/algs4-average \
$(REPO_BASE)/algs4-interval2d
test: build
go test -x $(TARGETS)