Archiving a bunch of old stuff
This commit is contained in:
15
oldstuff/logstash/Makefile
Normal file
15
oldstuff/logstash/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
run-crispy: crispy/crispy
|
||||
$^
|
||||
|
||||
run-sirgoldenvoncrispywhite: sirgoldenvoncrispywhite/sirgoldenvoncrispywhite
|
||||
$^
|
||||
|
||||
crispy/crispy: crispy/main.go
|
||||
pushd crispy && go build -v -x . ; popd
|
||||
|
||||
sirgoldenvoncrispywhite/sirgoldenvoncrispywhite: sirgoldenvoncrispywhite/main.go
|
||||
pushd sirgoldenvoncrispywhite && go build -v -x . ; popd
|
||||
|
||||
.PHONY: run-crispy run-sirgoldenvoncrispywhite
|
Reference in New Issue
Block a user