Actualitzat makefile de Linux per a llevar dependencies de OpenGL i SDL_Image

This commit is contained in:
2016-02-19 18:21:00 +01:00
parent 46de4d2c24
commit 0021972950

View File

@@ -1,6 +1,6 @@
TARGET=aee TARGET=aee
all: all:
g++ -I/usr/include/SDL2 *.cpp -w -lSDL2 -lGL -lSDL2_image -lSDL2_mixer -o $(TARGET) g++ -I/usr/include/SDL2 *.cpp -w -lSDL2 -lSDL2_mixer -o $(TARGET)
clean: clean:
rm -rf ./$(TARGET) rm -rf ./$(TARGET)