This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
parsimony
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Fix Makefile rule name
master
mtardy
4 years ago
parent
f8078c49d5
commit
911705049d
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
@ -5,7 +5,7 @@ LDLIBS = -L/usr/local/lib -lgc
# moved LDLIBS to end because ld scans files from left to right and collects only required symbols
calc
:
parse
.
c
object
.
c
parse
:
parse
.
c
object
.
c
$(
CC
)
$(
CFLAGS
)
-o parse parse.c
$(
LDLIBS
)
parse.c
:
parse
.
leg
Write
Preview
Loading…
Cancel
Save