vanity-convert: add Makefile
[hackover2013-badge-firmware.git] / vanity / Makefile
1 #!/usr/bin/make -f
2 vanity-convert: vanity-convert.cc
3 g++ -I.. -lsfml-graphics -o $@ $<
This page took 0.045033 seconds and 5 git commands to generate.