Skip to content

Commit

Permalink
(fix) don't run ferus unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Mar 14, 2024
1 parent e167d15 commit 5559b6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ferus.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ task quickdebug, "Build and run debug version of Ferus":
task buildLibferuscli, "Only re-compile libferuscli":
echo "WARNING: You are partially recompiling libferuscli, this is intended to make development compilation fast. If you are looking to run Ferus, the commands are either nimble debugBuild or nimble productionBuild"
exec "nim c -o:bin/libferuscli src/libferuscli.nim"
withDir "bin":
exec "./ferus"

task buildFerusApp, "Only re-compile Ferus app":
echo "WARNING: You are partially recompiling Ferus, this is intended to make development compilation fast. If you are looking to run Ferus, the commands are either nimble debugBuild or nimble productionBuild"
exec "nim c -o:bin/ferus src/ferus.nim"
withDir "bin":
exec "./ferus"

0 comments on commit 5559b6e

Please sign in to comment.