hanvon-linux/Makefile

10 lines
226 B
Makefile
Raw Normal View History

.PHONY: all clean archive
2011-03-10 00:33:46 +05:30
obj-m += hanvon.o
all:
2020-09-30 14:36:27 +05:30
gcc hanvon-libusb.c ./hidapi/linux/hid.o -L/usr/local/lib -lusb-1.0 -ludev -g
2020-09-03 11:39:12 +05:30
archive:
tar f - --exclude=.git -C ../ -c hanvon | gzip -c9 > ../hanvon-`date +%Y%m%d`.tgz