Skip to content

Commit

Permalink
Remove build from quick run
Browse files Browse the repository at this point in the history
  • Loading branch information
P2-718na committed Jun 9, 2021
1 parent 0336865 commit b0d92ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/quick-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ function onError {
exit 1;
}

# Build program
echo "Building program..."
make || onError

# Seed entities
echo "Generating entities file..."
./seed -b background.sample.bmp -t 1000 -i 5 -o entities.txt || onError
Expand Down

0 comments on commit b0d92ba

Please sign in to comment.