Browse Source

Fix for issue #201 Make clean ; make doesn't work

master
Valdis Vitolins 8 years ago
parent
commit
4831ed5406
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile.am

+ 1
- 0
Makefile.am View File

@@ -55,6 +55,7 @@ install-exec-hook:

clean-local:
cd src && rm -f *.o *~ && cd ..
cd src/libespeak-ng/ && rm -f *.o *.lo && cd ../..
cd android && $(GRADLE) clean

distclean-local:

Loading…
Cancel
Save