forked from jaildesigner-jailgames/jaildoctors_dilemma
Reubicados los cpp de librerias comunes
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ executable = jaildoctors_dilemma
|
||||
windows:
|
||||
@echo off
|
||||
if not exist bin\ (mkdir bin)
|
||||
g++ -std=c++11 -Wall -O2 source/*.cpp -lmingw32 -lSDL2main -lSDL2 -o bin/$(executable).exe
|
||||
g++ -std=c++11 -Wall -O2 source/*.cpp source/utils/*.cpp -lmingw32 -lSDL2main -lSDL2 -o bin/$(executable).exe
|
||||
macos:
|
||||
mkdir -p bin
|
||||
g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/$(executable)_macos
|
||||
|
||||
Reference in New Issue
Block a user