hanvon-linux/Makefile

10 lines
242 B
Makefile
Raw Normal View History

.PHONY: all clean archive
2011-03-09 20:03:46 +01:00
obj-m += hanvon.o
all:
2020-10-02 21:37:41 -07:00
gcc hanvon-libusb.c -I/usr/include/libevdev-1.0/ -L/usr/local/lib -lusb-1.0 -ludev -levdev -g
2020-09-02 23:09:12 -07:00
archive:
tar f - --exclude=.git -C ../ -c hanvon | gzip -c9 > ../hanvon-`date +%Y%m%d`.tgz