Advertisement
ananasa

Makefile

Apr 5th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. prog:fonction.o main.o
  2.     gcc fonction.o main.o -o prog -lSDL -lSDL_image -g
  3. main.o:main.c
  4.     gcc -c main.c -lSDL -lSDL_image -g
  5. fonction.o:boundingbox.c
  6.     gcc -c boundingbox.c -lSDL -lSDL_image -g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement