1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00

Add make install and make uninstall

This commit is contained in:
MatMoul 2016-12-28 02:02:42 +01:00
parent f01c26feff
commit 332009856c

View File

@ -4,7 +4,7 @@ LIBUSB_INC?=-I/usr/include/libusb-1.0
LDFLAGS=-lusb-1.0 LDFLAGS=-lusb-1.0
PROGN=g810-led PROGN=g810-led
.PHONY: all debug clean install uninstall update .PHONY: all debug clean install uninstall
all: bin/$(PROGN) all: bin/$(PROGN)