Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

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