Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 482 → Rev 483

/Riddim/Makefile
1,8 → 1,12
# Makefile for Riddim
#
#
CC=gcc
CFLAGS+=-Wall -g
LDFLAGS+=-g -lusb -lbluetooth -lconfuse
 
riddim: config.o statistics.o fc.o evdev_handler.o bluetooth_handler.o riddim.o lib/x52/x52.o
riddim: config.o statistics.o fc.o joy_handler.o evdev_handler.o bluetooth_handler.o riddim.o lib/x52/x52.o
 
 
clean:
-rm *.o riddim *~ lib/*/*.o
rm -f *.o riddim *~ lib/*/*.o