Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
d0109d90
Commit
d0109d90
authored
Aug 21, 2013
by
Anders Blomdell
Browse files
Removed bogus line for creating shared library.
parent
3771cea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
View file @
d0109d90
...
...
@@ -63,7 +63,6 @@ liblabcomm.a: $(OBJS)
liblabcomm.so.1
:
$(OBJS:%.o=%.pic.o)
$(
call
MAKESHARED,
$@
,
$@
,
$^
)
gcc
-shared
-Wl
,-soname,
$@
-o
$@
$^
-lc
-lrt
labcomm.o
:
labcomm.c labcomm.h labcomm_private.h
...
...
Write
Preview
Supports
Markdown
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