libdo

Untitled

Sep 22nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print.exe: print.o
  2.     gcc print.o -o print.exe
  3. print.o: print.c printer.h
  4.     gcc -c print.c
  5.  
  6. clean:
  7.     rm -rf *.o
Add Comment
Please, Sign In to add comment