This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
build: added a top-level makefile driver.
master
Reece Dunn
15 years ago
parent
63daaecefc
commit
e470fb4854
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
Makefile
+ 8
- 0
Makefile
View File
@@ -0,0 +1,8 @@
all: espeak
espeak:
cd src && make && cd ..
clean:
cd src && make clean && cd ..
Write
Preview
Loading…
Cancel
Save