diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 19:25:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 19:25:53 (EDT) |
commit | 5179382c64356ddc4763b4eb1c7047ad43e8b9b3 (patch) | |
tree | 83f22fd6911f6c35ca582437efa937c3af5917f9 /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + +build: + +install: |