Advertisement
seive

Untitled

Apr 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.34 KB | None | 0 0
  1. tp0: Interface.o main.o
  2.         gcc  -Wall -Wextra -Werror -std=c99 -pedantic Interface.o main.o -o tp0
  3. main.o: main.c Interface.o
  4.         gcc -g -Wall -Wextra -Werror -std=c99 -pedantic -c main.c
  5. Interface.o: Interface.h Interface.c
  6.     gcc -g -Wall -Wextra -Werror -std=c99 -pedantic -c Interface.c
  7. clean:
  8.         rm *.o *.gch
  9. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement