diff options
| author | 2011-05-21 04:18:13 -0400 | |
|---|---|---|
| committer | 2011-05-21 04:18:13 -0400 | |
| commit | d5fdb14422e93a8195e580659a52416738eed84c (patch) | |
| tree | 1c0a34d6977029f918f07ce29761058c13b1c27e | |
| parent | Increase buffer size. (diff) | |
| download | BruteZip-d5fdb14422e93a8195e580659a52416738eed84c.tar.xz BruteZip-d5fdb14422e93a8195e580659a52416738eed84c.zip | |
Add makefile and gitignore file.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30736e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +read diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3ac2a26 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +CFLAGS = -O2 -w -march=native -lz +read: |
