[Frugalware-git] yaxmenu: config.mk * initial draft

James Buren ryuo at frugalware.org
Thu Dec 3 19:03:10 CET 2009


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=yaxmenu.git;a=commitdiff;h=4d14aef791ce83163506412de51798f0d266f961

commit 4d14aef791ce83163506412de51798f0d266f961
Author: James Buren <ryuo at frugalware.org>
Date:   Thu Dec 3 12:03:07 2009 -0600

config.mk
* initial draft

diff --git a/src/config.mk b/src/config.mk
new file mode 100644
index 0000000..89f18f9
--- /dev/null
+++ b/src/config.mk
@@ -0,0 +1,17 @@
+# modify the following line if you wish to change the default compiler
+CC = gcc
+
+# modify the following line if you wish to change the 'make clean' command
+RM = rm -f
+
+# modify the following line if you wish to change the default optimizations
+CFLAGS = -O0
+
+# modify the following line if you wish to change the default linker flags
+LDFLAGS =
+
+# uncomment the following line if you want to disable warnings
+#define NOWARNING
+
+# uncomment the following line if you want to disable debugging
+#define NODEBUG


More information about the Frugalware-git mailing list