Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. PolyCalculator: PolyCalculator.o PolyCalculatorMain.c
  2. gcc -Wall -ggdb -o PolyCalculator PolyCalculatorMain.c PolyCalculator.o
  3.  
  4. PolyCalculator.o: PolyCalculator.c
  5. gcc -Wall -ggdb -c PolyCalculator.c PolyCalculator.h
  6.  
  7. clean:
  8. rm PolyCalculator *.o *~ *#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement