vanity-convert: add Makefile master
authorRoland Hieber <rohieb@rohieb.name>
Fri, 1 Nov 2013 22:36:04 +0000 (23:36 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Fri, 1 Nov 2013 22:44:17 +0000 (23:44 +0100)
vanity/Makefile [new file with mode: 0644]

diff --git a/vanity/Makefile b/vanity/Makefile
new file mode 100644 (file)
index 0000000..edf0380
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+vanity-convert: vanity-convert.cc
+       g++ -I.. -lsfml-graphics -o $@ $<
This page took 0.023398 seconds and 4 git commands to generate.