Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
630e301e
Commit
630e301e
authored
Dec 18, 2014
by
fooinha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test- prefix from examples make targets
parent
c44ca12d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
Makefile
Makefile
+0
-2
Makefile
example/Makefile
+6
-6
No files found.
Makefile
deleted
100644 → 0
View file @
c44ca12d
%
:
make
-C
example
$@
example/Makefile
View file @
630e301e
...
...
@@ -4,20 +4,20 @@ CXX_RELEASE_FLAGS = -O3 -flto
CXX_DEBUG_FLAGS
=
-g
all
:
test-example test-
bench
debug
:
test-example-debug test-
bench-debug
all
:
example
bench
debug
:
example-debug
bench-debug
test-
example
:
example.cpp
example
:
example.cpp
$(CXX)
example.cpp
-o
example
$(CXXFLAGS)
$(CXX_RELEASE_FLAGS)
test-
bench
:
bench.cpp
bench
:
bench.cpp
$(CXX)
bench.cpp
-o
bench
$(CXXFLAGS)
$(CXX_RELEASE_FLAGS)
test-
example-debug
:
example.cpp
example-debug
:
example.cpp
$(CXX)
example.cpp
-o
example-debug
$(CXXFLAGS)
$(CXX_DEBUG_FLAGS)
test-
bench-debug
:
bench.cpp
bench-debug
:
bench.cpp
$(CXX)
bench.cpp
-o
bench-debug
$(CXXFLAGS)
$(CXX_DEBUG_FLAGS)
...
...
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