Skip to content

Instantly share code, notes, and snippets.

@DerekV
DerekV / Makefile
Created October 4, 2012 04:14
don't code like this
az: az.cpp
run: az
./az
@DerekV
DerekV / Makefile
Created July 2, 2012 00:57
example Makefile to install required software
#gnu makefile
REQUIRED-SOFTWARE=emacs git sudo
EMACS-INIT-FILE?=~/.emacs
EMACS-LISP-BASE?=~/.emacs.d/lisp
DOTFILES-DIR?=~/dotfiles
## DOTFILES-REPO?= YOUR DOTFILES REPO HERE