Skip to content

Commit

Permalink
Changed compiled-binaries name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Oliviero committed Feb 25, 2021
1 parent f183dc0 commit df17731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Executables
*server*
*Tris*
*Simple TTT*
*.exe
*.out
*.app
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Tris"
name = "Simple TTT"
files = main.c gameplay.c gui.c shapes.c client.c
src_dir =
build_dir = ../
Expand Down

0 comments on commit df17731

Please sign in to comment.