diff --git a/Makefile b/Makefile index 3e1848e..3ba3397 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ macos: g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_macos linux: mkdir -p bin - g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_macos \ No newline at end of file + g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_linux \ No newline at end of file