Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokatz committed Jul 18, 2019
1 parent 880473c commit f11cdd9
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 @@ -14,7 +14,7 @@ all-debug: build-debug

cmake-release:
mkdir -p build/release
cd build/release && cmake -DCMAKE_BUILD_TYPE=Release -DSTATIC=true ../..
cd build/release && cmake ../..

build-release: cmake-release
cd build/release && $(MAKE)
Expand Down

0 comments on commit f11cdd9

Please sign in to comment.