Skip to content

Commit

Permalink
build: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Jul 10, 2020
1 parent f301c9a commit d00baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ coverage:
cd src && $(MAKE) coverage

release: clean
cd src && $(MAKE) STATIC=1 DESTDIR=$(shell pwd)/release install
cd src && $(MAKE) STATIC=yes DESTDIR=$(shell pwd)/release install

0 comments on commit d00baae

Please sign in to comment.