Explorar el Código

Compile with warnings

Luna Stadler %!s(int64=4) %!d(string=hace) años
padre
commit
b2efaa4439
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      c/sdl/Makefile

+ 1 - 1
c/sdl/Makefile

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