From 3232f9d90114778cb8d38cc1bc8477435dc65259 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Feb 2009 14:36:14 +0100 Subject: initial commit --- btnx/makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 btnx/makefile.patch (limited to 'btnx/makefile.patch') diff --git a/btnx/makefile.patch b/btnx/makefile.patch new file mode 100644 index 0000000..65c0691 --- /dev/null +++ b/btnx/makefile.patch @@ -0,0 +1,11 @@ +--- Makefile 2008-01-03 13:13:41.000000000 +0100 ++++ Makefile.new 2008-01-06 16:01:37.466242459 +0100 +@@ -1,8 +1,4 @@ + +-CC = gcc +-CFLAGS = -Wall -O2 #-g +-LFLAGS = +- + DEPS = uinput.h btnx.h config_parser.h device.h revoco.h + OBJ = btnx.o uinput.o config_parser.o device.o revoco.o + BIN = btnx -- cgit v1.2.3-24-g4f1b