This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fix makefile
pull/94/head
Benoit Chesneau
10 years ago
parent
746d119416
commit
0c966d1899
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
c_src/Makefile
+ 0
- 1
c_src/Makefile
View File
@ -44,7 +44,6 @@ $(NIF_SO): $(NIF_OBJS)
$(
CC
)
$(
NIF_OBJS
)
$(
LDFLAGS
)
$(
LDLIBS
)
-o
$(
NIF_SO
)
%.o
:
%.
c
echo
$(
NIF_SOURCES
)
@
$(
CC
)
-c
$(
CFLAGS
)
$(
CPPFLAGS
)
$< -o
$@
$(NIF_ENV)
:
Write
Preview
Loading…
Cancel
Save