all: website favicon test UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) SED=sed -r NEWLINE=$\n endif ifeq ($(UNAME_S),Darwin) SED=sed -E NEWLINE=$$'\n' endif favicon: node gh-badge.js '' '' '#bada55' .png > favicon.png website: cat try.html | $(SED) "s,(,&https://img.shields.io," \ | $(SED) "s,var origin = '';,var origin = 'https://img.shields.io';," \ | $(SED) "s,