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



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


distclean-local: distclean-local:

Loading…
Cancel
Save