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
Use -o option instead of output redirection
master
mtardy
4 years ago
parent
dcd558a43a
commit
64d141b1ee
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 @@ cparser: calc.c
$(
CC
)
-o calc calc.c
calc.c
:
calc
.
leg
$(
PG
)
calc.leg > calc.c
$(
PG
)
-o calc.c calc.leg
clean
:
rm calc.c calc
Write
Preview
Loading…
Cancel
Save