Advertisement
trenka

Untitled

Feb 4th, 2020
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.09 KB | None | 0 0
  1. write-col = printf "%-$(1)s"
  2.  
  3. test:
  4.         @echo -n A; $(call write-col,12) \"foo\"; echo B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement