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
Erik Jansson
LabComm
Commits
695926ba
Commit
695926ba
authored
Apr 22, 2014
by
Tommy Olofsson
Browse files
Fixed warning in makefile.
parent
2e9193cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
View file @
695926ba
...
...
@@ -18,7 +18,7 @@ else ifeq ($(UNAME_S),Darwin)
LDFLAGS
=
-L
.
LDLIBS
=
-llabcomm
MAKESHARED
=
clang
-o
$1
-shared
-Wl
,-install_name,
$2
$3
-lc
else
if
$(findstring
(
CYGWIN,$(UNAME_S))
else
if
neq
(
$(findstring
CYGWIN,$(UNAME_S))
,)
CFLAGS
=
-std
=
c99
-g
-Wall
-Werror
-O3
-I
.
-Itest
CC
=
$(CROSS_COMPILE)
gcc
LD
=
$(CROSS_COMPILE)
ld
...
...
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