ソースを参照

Compile with warnings

Luna Stadler 4 年 前
コミット
b2efaa4439
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      c/sdl/Makefile

+ 1 - 1
c/sdl/Makefile

1
hello_sdl: hello_sdl.c
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