aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-21 04:18:13 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-21 04:18:13 -0400
commitd5fdb14422e93a8195e580659a52416738eed84c (patch)
tree1c0a34d6977029f918f07ce29761058c13b1c27e
parentIncrease buffer size. (diff)
downloadBruteZip-d5fdb14422e93a8195e580659a52416738eed84c.tar.xz
BruteZip-d5fdb14422e93a8195e580659a52416738eed84c.zip
Add makefile and gitignore file.
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
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: