Starting to goof around with a Go implementation of Aspen
This commit is contained in:
16
gotime/smplt/Makefile
Normal file
16
gotime/smplt/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
TARGETS = \
|
||||
github.com/meatballhat/box-o-sand/gotime/smplt
|
||||
|
||||
test: build
|
||||
go test -x -v $(TARGETS)
|
||||
|
||||
build: deps
|
||||
go install -x $(TARGETS)
|
||||
|
||||
deps:
|
||||
go get -n -x $(TARGETS)
|
||||
|
||||
clean:
|
||||
go clean -x -i $(TARGETS)
|
||||
|
||||
.PHONY: test build clean fmt
|
Reference in New Issue
Block a user