@@ -0,0 +1,9 @@
src_files += main.cpp
src_files += sdl_helpers.cpp
src_files += Widgets/Widget.cpp
all:
g++ $(src_files) -Wall -lSDL2 -lSDL2_ttf -lSDL2_image -o trmnl_sdl
.PHONY: all
The note is not visible to the blocked user.