Skip to content

Instantly share code, notes, and snippets.

View NachoSoto's full-sized avatar

NachoSoto NachoSoto

View GitHub Profile
@NachoSoto
NachoSoto / makemake.pl
Last active August 29, 2015 14:11 — forked from roop/makemake.pl
#!/usr/bin/perl -w
use strict;
use Path::Iterator::Rule;
use String::ShellQuote;
# Makefile generator for quick compilation of Swift projects
# By: Roopesh Chander
# Thanks: Andy Matuschak
# Works only for swift-only projects.
@NachoSoto
NachoSoto / makemake.pl
Last active August 29, 2015 14:11 — forked from roop/makemake.pl
#!/usr/bin/perl -w
use strict;
# Makefile generator for quick compilation of Swift projects
# By: Roopesh Chander
# Thanks: Andy Matuschak
# Works only for swift-only projects.
# Usage:
# > perl makemake.pl
# > make
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/4222316/hack.sh | sh
#