Selaa lähdekoodia

Fix build flags

Makefile syntax strikes again.
Luna Stadler 4 vuotta sitten
vanhempi
commit
9a4cfc907c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) hello_sdl.c -o hello_sdl