This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Add -lm to libs for non-Darwin fmodl
pull/22/head
Ian Piumarta
4 years ago
parent
89b7c39320
commit
168bcea6e3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -1,7 +1,7 @@
LEG
=
leg
CC
=
cc
CFLAGS
=
-I/usr/local/include -I/opt/local/include -Wall -Wno-unused-label -g
LDLIBS
=
-L/usr/local/lib -L/opt/local/lib -lgc
LDLIBS
=
-L/usr/local/lib -L/opt/local/lib -lgc
-lm
all
:
parse
Write
Preview
Loading…
Cancel
Save