Skip to content

Commit 4d535cb

Browse files
author
Toni Cebrián
committed
The Makefile didn't generate the Release version
1 parent 5d2533d commit 4d535cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dist/Debug/Makefile: CMakeLists.txt
88
mkdir -p dist/Debug; cd dist/Debug; cmake -DCMAKE_BUILD_TYPE=Debug ../..;
99

1010
dist/Release/Makefile: CMakeLists.txt
11-
mkdir -p dist/Release; cmake -DCMAKE_BUILD_TYPE=Release ../..
11+
mkdir -p dist/Release; cd dist/Release; cmake -DCMAKE_BUILD_TYPE=Release ../..
1212

1313
clean:
1414
rm -rf dist

0 commit comments

Comments
 (0)