Rev 130 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 130 | Rev 483 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 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 |
Line 3... | Line 7... | ||
3 | 7 | ||
Line 4... | Line 8... | ||
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 |