- S'ha llevat la carpeta ".vscode" i la merdeta que estava dins
- Afegit mòdul jshader. - Afegit shader al arxiu de dades - Actualitzat makefile per a la ocasió - Afegit lo de afegir caràcter 0 al final si es vol en jfile - Llevat el flag d'executable que tenien tots els arxius, jo que se perqué
This commit is contained in:
8
makefile
Executable file → Normal file
8
makefile
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
TARGET=aee
|
||||
all:
|
||||
g++ *.cpp -std=c++11 -lSDL2 -lSDL2_mixer -o $(TARGET)
|
||||
linux:
|
||||
g++ *.cpp -lSDL2 -lSDL2_mixer -lGL -o $(TARGET)
|
||||
|
||||
debug:
|
||||
g++ *.cpp -g -std=c++11 -lSDL2 -lSDL2_mixer -o $(TARGET)
|
||||
windows:
|
||||
g++ *.cpp -lmingw32 -lSDL2 -lSDL2_mixer -lopengl32 -mwindows -o $(TARGET)
|
||||
|
||||
clean:
|
||||
rm -rf ./$(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user