Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 10, 2024
1 parent e190b59 commit f042e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchBot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NAME = matchbot
BIN_DIR = Release

# G++
COMPILER = g++
COMPILER = x86_64-linux-gnu-g++
OBJECTS = *.cpp

# Linker Libs
Expand Down

0 comments on commit f042e8b

Please sign in to comment.