udev rules for better Wiimote support
[wiimote-pad] / Makefile
1 wiimote-pad: wiimote-pad.c
2         $(CC) -Wall -o $@ $< -I../xwiimote/lib -ludev -lxwiimote
3
4 clean:
5         @rm -rf wiimote-pad