From: Roland Hieber <rohieb@rohieb.name>
Date: Fri, 1 Nov 2013 22:36:04 +0000 (+0100)
Subject: vanity-convert: add Makefile
X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/HEAD?ds=sidebyside

vanity-convert: add Makefile
---

diff --git a/vanity/Makefile b/vanity/Makefile
new file mode 100644
index 0000000..edf0380
--- /dev/null
+++ b/vanity/Makefile
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+vanity-convert: vanity-convert.cc
+	g++ -I.. -lsfml-graphics -o $@ $<