Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. DIRECTORYS = $(wildcard */)
  2.  
  3. all:
  4. echo $(DIRECTORYS)
  5.  
  6. DIRECTORYS = $(wildcard ../Test/*/)
  7.  
  8. all:
  9. echo $(DIRECTORYS)
  10.  
  11. DIRECTORY = $(sort $(dir $(wildcard ../Test/*/)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement