Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. test/
  2. a.cpp
  3. b.cpp
  4. c.cpp
  5. d.cpp
  6. ...
  7. Makefile
  8.  
  9. SRCS = a.cpp c.cpp ...
  10. OBJS = $(SRC:.cpp=.o)
  11.  
  12. ???
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement