Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b88fbb16
Commit
b88fbb16
authored
Mar 31, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX
#139
] make target "many" does not exist (anymore)
parent
c8102e09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/initScript_linux.bash
tools/initScript_linux.bash
+2
-2
No files found.
tools/initScript_linux.bash
View file @
b88fbb16
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
mkdir
build/release
mkdir
build/release
cd
build/release
cd
build/release
cmake
-D
CMAKE_BUILD_TYPE:STRING
=
Release ../../src
cmake
-D
CMAKE_BUILD_TYPE:STRING
=
Release ../../src
make many
cmake
.
&&
make
&&
make
test
&&
make stylecheck
&&
make doc
cd
../..
cd
../..
mkdir
build/debug
mkdir
build/debug
cd
build/debug
cd
build/debug
cmake
-D
CMAKE_BUILD_TYPE:STRING
=
Debug ../../src
cmake
-D
CMAKE_BUILD_TYPE:STRING
=
Debug ../../src
make many
cmake
.
&&
make
&&
make
test
&&
make stylecheck
&&
make doc
cd
../..
cd
../..
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment