- Llevats els ultims vestigis de GCWZERO
- Updatat Makefile pa SDL3
This commit is contained in:
4
makefile
4
makefile
@@ -1,9 +1,9 @@
|
||||
TARGET=aee
|
||||
linux:
|
||||
g++ *.cpp -lSDL2 -lSDL2_mixer -lGL -o $(TARGET)
|
||||
g++ *.cpp -lSDL3 -lGL -o $(TARGET)
|
||||
|
||||
windows:
|
||||
g++ *.cpp -lmingw32 -lSDL2 -lSDL2_mixer -lopengl32 -mwindows -o $(TARGET)
|
||||
g++ *.cpp -lmingw32 -lSDL3 -lopengl32 -mwindows -o $(TARGET)
|
||||
|
||||
clean:
|
||||
rm -rf ./$(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user