TARGET=aee linux: g++ *.cpp -lSDL3 -lGL -o $(TARGET) windows: g++ *.cpp -lmingw32 -lSDL3 -lopengl32 -mwindows -o $(TARGET) clean: rm -rf ./$(TARGET)