Skip to content

Commit

Permalink
Merge pull request #362 from SmingHub/develop
Browse files Browse the repository at this point in the history
eclipse make target for spiffy
  • Loading branch information
raburton committed Oct 21, 2015
2 parents 1078641 + 4f47387 commit cb714ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Sming/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
<useDefaultCommand>true</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="spiffy" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
<buildCommand>mingw32-make.exe</buildCommand>
<buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
<buildTarget>spiffy</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="clean" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
<buildCommand>mingw32-make.exe</buildCommand>
<buildArguments>-f ${ProjDirPath}/Makefile</buildArguments>
Expand Down

0 comments on commit cb714ca

Please sign in to comment.