Skip to content
Snippets Groups Projects
Unverified Commit 7f36d777 authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

Merge branch 'master' into make_pkg

parents df3e7d36 67cbe20e
No related branches found
No related tags found
No related merge requests found
.DEFAULT_GOAL := default
LIBSO=1
export LIBSO
darknet:
git submodule init
git submodule update
default: darknet
$(MAKE) -C darknet
.PHONY: default
$(MAKE) LIBSO=$(LIBSO) -C darknet
.PHONY: default darknet
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment