blob: 65c0691e616667a6d19985a33f634850ce677d93 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|