Advertisement
DaniilWild

d12/ex00/MakeFile

Jul 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. all:
  2.     gcc -Wall -Wextra -Werror -o ft_display_file ft_display_file.c
  3.  
  4. clean:
  5.     rm -f *.o
  6.  
  7. fclean:
  8.     rm -f *.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement