rm old linux code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SRC = irmc.c cwprotocol.c beep.c
|
||||
SRC = irmc.c cwprotocol.c beep.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
LDFLAGS = -lportaudio -lpthread -lm
|
||||
CFLAGS = -Wall -Wno-format-zero-length
|
||||
|
||||
@@ -24,12 +24,6 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
#include <linux/ioctl.h>
|
||||
#include <asm-generic/ioctl.h>
|
||||
#include <asm-generic/termios.h>
|
||||
*/
|
||||
|
||||
//#define DEBUG 1
|
||||
|
||||
#define MAXDATASIZE 1024 // max number of bytes we can get at once
|
||||
|
||||
Reference in New Issue
Block a user