projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
makefile stub
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 17:41:33 +0000
(19:41 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 17:41:33 +0000
(19:41 +0200)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
b8cb93e
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,15
@@
+
+CC=gcc
+
+ifdef DEBUG
+ CC_OPTS=-Wall -g
+else
+ CC_OPTS=-Wall -O2
+endif
+
+all: ecparse
+
+ecparse:
+
+clean:
+ rm -f ecparse