@@ -0,0 +1,7 @@
TARGET=aee
all:
g++ *.cpp -w -lSDL2 -lGL -lSDL2_image -lSDL2_mixer -o $(TARGET)
clean:
rm -rf ./$(TARGET)
The note is not visible to the blocked user.