@@ -0,0 +1,9 @@
name = paleta
executable = $(name).o
source = $(name).cpp
linux:
g++ $(source) -std=c++11 -Wall -Os -lSDL2 -o "$(executable)"
macos:
clang++ $(source) -std=c++11 -Wall -Os -lSDL2 -ffunction-sections -fdata-sections -o $(executable)
The note is not visible to the blocked user.