Added license, makefile, and readme.

This commit is contained in:
2015-04-12 14:10:34 -04:00
parent 0d5f525502
commit 4bfc2a8eaf
4 changed files with 757 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
# Build rules
steelseries-led: steelseries-led.c
gcc -std=gnu99 -lhidapi-libusb -o steelseries-led steelseries-led.c
.PHONY: clean
clean:
rm -f steelseries-led