Archiving a bunch of old stuff
This commit is contained in:
18
oldstuff/sltcpsrv/Makefile
Normal file
18
oldstuff/sltcpsrv/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
LIBS := \
|
||||
github.com/meatballhat/box-o-sand/sltcpsrv
|
||||
TARGETS := \
|
||||
$(LIBS) \
|
||||
github.com/meatballhat/box-o-sand/sltcpsrv/syslog-tcp-server
|
||||
|
||||
all: build test
|
||||
|
||||
build: deps
|
||||
go install -x $(TARGETS)
|
||||
|
||||
test:
|
||||
go test -x -v $(LIBS)
|
||||
|
||||
deps:
|
||||
go get -x $(TARGETS)
|
||||
|
||||
.PHONY: all build deps test
|
Reference in New Issue
Block a user