Skip to content

Instantly share code, notes, and snippets.

<a href="#">Hello!</a>
@vpetrov
vpetrov / Makefile
Created March 25, 2017 16:06 — forked from anonymous/Makefile
Uses ImageMagic to generatee an image of a starry night and save it as starry_night.jpg.
#!/usr/bin/env make
# This file contains TAB characters, in addition to spaces.
MAGIC:=convert
OUTPUT:=starry_night.jpg
SIZE:=1920x1080
HOW_STARRY:=10
HOW_BLURRY:=0x2
COW:="40%,50%"