Advertisement
wgma

Untitled

Jun 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. CFLAGS = -g -Wall -std=c++0x
  2.  
  3. all: 111
  4.  
  5. 111: 1.1.1\ Sorting\ Algorithms.o
  6.  
  7. %.o: %.c
  8. g++ ${CFLAGS} -c
  9.  
  10. clean:
  11. rm *.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement