Subversion Repositories Projects

Rev

Rev 130 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 483
-
 
1
# Makefile for Riddim
-
 
2
#
-
 
3
# 
-
 
4
CC=gcc
1
CFLAGS+=-Wall -g 
5
CFLAGS+=-Wall -g 
2
LDFLAGS+=-g -lusb -lbluetooth -lconfuse
6
LDFLAGS+=-g -lusb -lbluetooth -lconfuse
3
 
7
 
4
riddim:  config.o statistics.o fc.o evdev_handler.o bluetooth_handler.o riddim.o lib/x52/x52.o
8
riddim:  config.o statistics.o fc.o joy_handler.o evdev_handler.o bluetooth_handler.o riddim.o lib/x52/x52.o
5
 
9
 
6
 
10
 
7
clean:
11
clean:
8
	-rm *.o riddim *~ lib/*/*.o
12
	rm -f *.o riddim *~ lib/*/*.o