merged makefiles
This commit is contained in:
parent
0424b7e2d3
commit
adeba195f6
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
SRC = irmc.c
|
SRC = irmc.c
|
||||||
OBJ = ${SRC:.c=.o}
|
OBJ = ${SRC:.c=.o}
|
||||||
LDFLAGS = -L/usr/local/lib -lm -lmorse
|
LDFLAGS = -L/usr/local/lib -L/opt/local/lib -lm -lmorse
|
||||||
CFLAGS = -I/usr/local/include -Wall
|
CFLAGS = -I/usr/local/include -I/opt/local/include -Wall
|
||||||
INSTALLDIR = ${HOME}/bin
|
INSTALLDIR = ${HOME}/bin
|
||||||
|
|
||||||
all: options irmc
|
all: options irmc
|
||||||
|
1
irmc.c
1
irmc.c
@ -89,7 +89,6 @@ long tx_timer = 0;
|
|||||||
#define TX_TIMEOUT 240.0
|
#define TX_TIMEOUT 240.0
|
||||||
#define KEEPALIVE_CYCLE 100
|
#define KEEPALIVE_CYCLE 100
|
||||||
|
|
||||||
char soundcard[] = "/dev/audio";
|
|
||||||
long key_press_t1;
|
long key_press_t1;
|
||||||
long key_release_t1;
|
long key_release_t1;
|
||||||
int last_message = 0;
|
int last_message = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user