@ -1,2 +1,2 @@
hello_sdl: hello_sdl.c
$(CC) $$(pkg-config --cflags --libs sdl2 SDL2_ttf) hello_sdl.c -o hello_sdl
$(CC) $$(pkg-config --cflags --libs sdl2 SDL2_ttf) -Wall -Wpedantic hello_sdl.c -o hello_sdl