Skip to content

Commit

Permalink
A few minor edits because I'm a perfectionist
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroni committed Aug 12, 2020
1 parent 2d782e3 commit 07653bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test:
bin/bongo

clean:
rm $(OBJ)
rm $(OBJ) || true

3 changes: 2 additions & 1 deletion Makefile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ test:
bin/bongo.exe

clean:
rm $(OBJ)
rm $(OBJ) || true
rm ico/ico.res || true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To test the program, run this from the base directory:
make test
```

Alternatively, you can copy the newly-compiled `bin/bongocat.exe` or `bin/bongo` into the base directory and execute it.
Alternatively, you can copy the newly-compiled `bin/bongo.exe` or `bin/bongo` into the base directory and execute it.

If you have troubles compiling, it can be due to version mismatch between your compiler and SFML. See [#43](https://github.com/kuroni/bongocat-osu/issues/43) for more information.

0 comments on commit 07653bd

Please sign in to comment.