Codebase list sliver / 3dbebae
Update patches Daniel Ruiz de Alegría 1 year, 6 months ago
1 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
99 Makefile | 6 +++---
1010 1 file changed, 3 insertions(+), 3 deletions(-)
1111
12 diff --git a/Makefile b/Makefile
13 index b82539a..65a4e20 100644
1412 --- a/Makefile
1513 +++ b/Makefile
16 @@ -12,7 +12,7 @@ TAGS = -tags osusergo,netgo,cgosqlite,sqlite_omit_load_extension
14 @@ -12,7 +12,7 @@
1715 # Prerequisites
1816 #
1917 # https://stackoverflow.com/questions/5618615/check-if-a-program-exists-from-a-makefile
2220 K := $(foreach exec,$(EXECUTABLES),\
2321 $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH")))
2422
25 @@ -34,8 +34,8 @@ ARMORY_REPO_URL ?= https://api.github.com/repos/sliverarmory/armory/releases
23 @@ -34,8 +34,8 @@
2624 VERSION_PKG = github.com/bishopfox/sliver/client/version
2725 CLIENT_ASSETS_PKG = github.com/bishopfox/sliver/client/assets
2826