diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-10-26 23:17:00 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-10-26 23:17:00 +1300 |
commit | b3dda0980bfa04a9041327ec5aad5c1845f0620f (patch) | |
tree | f38471a6556d18020e5d1364681f7b3ee1bca20a /Makefile | |
download | odds-and-ends-b3dda0980bfa04a9041327ec5aad5c1845f0620f.tar.xz |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a0e6cb9 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +include config.mk + +all: match_pool |