• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<project name="android" default="make" basedir="../../">
2    <target name="make"
3            description="Run make and then regenerate IntelliJ configuration.">
4        <exec executable="/bin/bash">
5            <arg value="ide/intellij/make+intelligen.sh"/>
6        </exec>
7    </target>
8</project>