Advertisement
Guest User

Untitled

a guest
Feb 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.17 KB | None | 0 0
  1. FIRST = 1
  2. checkRequirements:
  3.     @which yarn &>/dev/null || echo yarn is not installed: https://github.com/yarnpkg/yarn
  4.     ifeq ($(FIRST),1)
  5.         echo hi
  6.     else
  7.         echo ne
  8.     endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement