diff options
author | Rob Austein <sra@hactrn.net> | 2019-03-10 14:46:38 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-03-10 14:46:38 -0400 |
commit | 3beadcbabe6990f4e88de25107d69ce8b6984d6a (patch) | |
tree | f1e902be0ef0c33fc18be88cc72855b12a96a8e1 /Makefile | |
parent | fa9a04b06a7c6f62979c506b9999abf6b2eb8208 (diff) |
A bit more documentation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Makefile to drive tests. You don't need this if you just want to +# use pyzipper yourself. + SRC := $(wildcard demo[0-9]) BIN := $(addsuffix .zip,${SRC}) |