From 27d46cc786401aab7c22d6a2548fa17d0ab37962 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Wed, 29 Dec 2010 16:28:43 +0000
Subject: [PATCH] missed this before

---
 .gitattributes        | 1 +
 chopzero_src/Makefile | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 100644 chopzero_src/Makefile

diff --git a/.gitattributes b/.gitattributes
index eaabbbdb7..96303a5cb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,6 @@
 * text=auto !eol
 /Makefile -text
+chopzero_src/Makefile -text
 chopzero_src/chopzero.c -text
 examples/Makefile -text
 examples/block_copy.c -text
diff --git a/chopzero_src/Makefile b/chopzero_src/Makefile
new file mode 100644
index 000000000..ef1472816
--- /dev/null
+++ b/chopzero_src/Makefile
@@ -0,0 +1,8 @@
+
+
+chopzero: chopzero.c
+	gcc chopzero.c -o chopzero -O3 
+
+clean:
+	rm -f chopzero
+
-- 
GitLab