Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- all: main xy2d
-
- xy2d: xy2d.c
- $(CC) -W -Wall $^ -o $@
-
- main: main.c
- $(CC) -Wall -O3 -funroll-loops -ffast-math -W -Wall $^ -o $@ $$(pkg-config --cflags --libs sdl) -lSDL_image -lm
-
- clean:
- rm -f xy2d main
|