Meant to move the Makefile in here too

This commit is contained in:
Dan Buch 2013-01-09 21:30:33 -05:00
parent 1ac638a0ad
commit 4505d31471

View File

@ -28,4 +28,4 @@ deps:
clean: clean:
go clean -x -x $(TARGETS) go clean -x -x $(TARGETS)
.PHONY: test build clean fmt .PHONY: test build deps clean fmt