diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-24 23:09:38 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-25 10:53:48 (EDT) |
commit | e557f00f2528bde5d75dfd8c6d83cc4afd86d82a (patch) | |
tree | a5dc28814a9ad564e50c23c6d96381f7cdac5baf /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +build: + @: + +install: build |