jonihcd

elmakefile

Oct 30th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. hallowelt: hallowelt.o haupt.o
  2. gcc -o hallowelt hallowelt.o haupt.o
  3. echo "fertig"
  4.  
  5. hallowelt.o: hallowelt.c
  6. gcc -c -o hallowelt.o hallowelt.c
  7.  
  8. haupt.o: haupt.c hallowelt.h
  9. gcc -c -o haupt.o haupt.c
Advertisement
Add Comment
Please, Sign In to add comment