Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
54aa280a
Commit
54aa280a
authored
Jun 07, 2009
by
Erik Faye-Lund
Browse files
use C-linker for pure C code
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
98ad6130
Changes
1
Hide whitespace changes
Inline
Side-by-side
testbench/Makefile
View file @
54aa280a
...
...
@@ -48,7 +48,7 @@ unit_test$(EXE_EXT): $(TEST_SOURCES) $(TEST_DEPS_SOURCES) $(FRAMEWORK_SOURCES) .
$(LINK.cpp)
$^$(LOADLIBES)
$(LDLIBS)
-o
$@
dump_render$(EXE_EXT)
:
toplevel/dump_render.c $(TEST_DEPS_SOURCES)
$(LINK.c
pp
)
$^$(LOADLIBES)
$(LDLIBS)
-o
$@
$(LINK.c)
$^$(LOADLIBES)
$(LDLIBS)
-o
$@
%.wav
:
%.sb
sox
-r
44100
$<
$@
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